Class LicenseKey
Inheritance
System.Object
LicenseKey
Namespace: Telerik.Licensing.Model
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class LicenseKey : Object, ILicenseKey
Constructors
LicenseKey(DateTime, String, Guid, Guid, IEnumerable<Product>, IEnumerable<TelerikLicenseEvidence>)
Declaration
public LicenseKey(DateTime iat, string aud, Guid userId, Guid licenseId, IEnumerable<Product> products, IEnumerable<TelerikLicenseEvidence> licenses)
Parameters
|
System.DateTime
iat
|
|
System.String
aud
|
|
System.Guid
userId
|
|
System.Guid
licenseId
|
|
System.Collections.Generic.IEnumerable<Product>
products
|
|
System.Collections.Generic.IEnumerable<TelerikLicenseEvidence>
licenses
|
Properties
Audience
Declaration
public string Audience { get; }
Property Value
|
System.String
|
Implements
DiagnosticLicenses
Declaration
public IReadOnlyList<ITelerikLicenseEvidence> DiagnosticLicenses { get; }
Property Value
|
System.Collections.Generic.IReadOnlyList<ITelerikLicenseEvidence>
|
Implements
IssuedAt
Declaration
public DateTime IssuedAt { get; }
Property Value
|
System.DateTime
|
Implements
LicenseId
Declaration
public Guid LicenseId { get; }
Property Value
|
System.Guid
|
Implements
Licenses
Declaration
public IReadOnlyList<ITelerikLicenseEvidence> Licenses { get; }
Property Value
|
System.Collections.Generic.IReadOnlyList<ITelerikLicenseEvidence>
|
Implements
Products
Declaration
public IReadOnlyList<Product> Products { get; }
Property Value
|
System.Collections.Generic.IReadOnlyList<Product>
|