Interface ILicenseKey
Namespace: Telerik.Licensing.Model
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public interface ILicenseKey
Properties
Audience
Declaration
string Audience { get; }
Property Value
System.
|
DiagnosticLicenses
Declaration
IReadOnlyList<ITelerikLicenseEvidence> DiagnosticLicenses { get; }
Property Value
System.
|
IssuedAt
Declaration
DateTime IssuedAt { get; }
Property Value
System.
|
LicenseId
Declaration
Guid LicenseId { get; }
Property Value
System.
|
Licenses
Declaration
IReadOnlyList<ITelerikLicenseEvidence> Licenses { get; }
Property Value
System.
|
UsedId
Declaration
Guid UsedId { get; }
Property Value
System.
|