Class GetLicenseKeysResult
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class GetLicenseKeysResult
Properties
| Edit this page View SourceError
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
LicenseKeyToken
Declaration
public string LicenseKeyToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Licenses
Declaration
public List<LicenseKey> Licenses { get; set; }
Property Value
Type | Description |
---|---|
List<LicenseKey> |