Interface IUsageLicenseEvidence
Namespace: Telerik.Licensing.Model
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public interface IUsageLicenseEvidence
Properties
JWT
Declaration
string JWT { get; }
Property Value
System.
|
LicenseId
Declaration
Guid LicenseId { get; }
Property Value
System.
|
UserId
Declaration
Guid UserId { get; }
Property Value
System.
|