Class GetCustomerLicensesBySecretModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class GetCustomerLicensesBySecretModel : RequestModel
Properties
| Edit this page View SourceDetailed
Specifies the amount of parameters that should be included with each license key in the LiceseKeys. If true, License Key will be used. By default, Basic License Key will be used (where for instance data objects and activated devices are omitted.) Please read more here: https://app.cryptolens.io/docs/api/v3/GetCustomerLicenses
Declaration
public bool Detailed { get; set; }
Property Value
Type | Description |
---|---|
bool |
Secret
Customer secret.
Declaration
public string Secret { get; set; }
Property Value
Type | Description |
---|---|
string |