Class TrialLicenseEvidence
Inheritance
System.Object
TrialLicenseEvidence
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class TrialLicenseEvidence : TelerikLicenseEvidence, ITrialLicenseEvidence, IProductLicenseEvidence, ITelerikLicenseEvidence
Constructors
Declaration
public TrialLicenseEvidence(string jwt, bool isSignatureValid, string type, DateTime expiration, string code, Guid userId, IEnumerable<LicenseException2> diagnostics)
Parameters
|
System.String
jwt
|
|
System.Boolean
isSignatureValid
|
|
System.String
type
|
|
System.DateTime
expiration
|
|
System.String
code
|
|
System.Guid
userId
|
|
System.Collections.Generic.IEnumerable<LicenseException2>
diagnostics
|
Properties
Declaration
public DateTime Expiration { get; }
Property Value
Implements
Declaration
public string ProductCode { get; }
Property Value
Implements
Declaration
public Guid UserId { get; }
Property Value
Implements
Methods
Declaration
public override bool Equals(object obj)
Parameters
Returns
Declaration
public override int GetHashCode()
Returns
Extension Methods