Class TelerikLicenseEvidence
Inheritance
System.Object
TelerikLicenseEvidence
Namespace: Telerik.Licensing.Model
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public abstract class TelerikLicenseEvidence : Object, ITelerikLicenseEvidence
Properties
Diagnostics
Declaration
public IReadOnlyList<LicenseException2> Diagnostics { get; }
Property Value
|
System.Collections.Generic.IReadOnlyList<LicenseException2>
|
Implements
IsSignatureValid
Declaration
public bool IsSignatureValid { get; }
Property Value
|
System.Boolean
|
Implements
IsValid
Declaration
public bool IsValid { get; }
Property Value
|
System.Boolean
|
Implements
JWT
Declaration
public string JWT { get; }
Property Value
|
System.String
|
Implements
Type
Declaration
public string Type { get; }
Property Value
|
System.String
|
Implements
Methods
EqualsBase(TelerikLicenseEvidence)
Declaration
protected bool EqualsBase(TelerikLicenseEvidence obj)
Parameters
|
TelerikLicenseEvidence
obj
|
Returns
|
System.Boolean
|
GetHashCodeBase()
Declaration
protected int GetHashCodeBase()
Returns
|
System.Int32
|