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.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
Audience
Declaration
public string Audience { get; }
Property Value
System.
|
Implements
DiagnosticLicenses
Declaration
public IReadOnlyList<ITelerikLicenseEvidence> DiagnosticLicenses { get; }
Property Value
System.
|
Implements
IssuedAt
Declaration
public DateTime IssuedAt { get; }
Property Value
System.
|
Implements
LicenseId
Declaration
public Guid LicenseId { get; }
Property Value
System.
|
Implements
Licenses
Declaration
public IReadOnlyList<ITelerikLicenseEvidence> Licenses { get; }
Property Value
System.
|
Implements
Products
Declaration
public IReadOnlyList<Product> Products { get; }
Property Value
System.
|