Interface ITelerikLicenseEvidence
Namespace: Telerik.Licensing.Model
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public interface ITelerikLicenseEvidence
Properties
Diagnostics
Declaration
IReadOnlyList<LicenseException2> Diagnostics { get; }
Property Value
System.
|
IsSignatureValid
Declaration
bool IsSignatureValid { get; }
Property Value
System.
|
IsValid
Declaration
bool IsValid { get; }
Property Value
System.
|
JWT
Declaration
string JWT { get; }
Property Value
System.
|
Type
Declaration
string Type { get; }
Property Value
System.
|