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