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.Collections.Generic.IReadOnlyList<LicenseException2>
|
IsSignatureValid
Declaration
bool IsSignatureValid { get; }
Property Value
|
System.Boolean
|
IsValid
Declaration
bool IsValid { get; }
Property Value
|
System.Boolean
|
JWT
Declaration
string JWT { get; }
Property Value
|
System.String
|
Type
Declaration
string Type { get; }
Property Value
|
System.String
|