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