Class KeyLockModel
Input parameters to KeyLock method.
Inheritance
KeyLockModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class KeyLockModel : RequestModel
Properties
| Edit this page View SourceKey
The Key String, i.e. ABCDE-ABCDE-ABCDE-ABCDE.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
The id of the product you want to access. You can find it when you are logged in on https://app.cryptolens.io/docs/api/v3/KeyLock and select the product in the drop down list.
Declaration
public int ProductId { get; set; }
Property Value
Type | Description |
---|---|
int |