Class AddDataObjectToKeyModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class AddDataObjectToKeyModel : KeyLockModel
Properties
| Edit this page View SourceCheckForDuplicates
Make sure data objects with the same name are not added.
Declaration
public bool CheckForDuplicates { get; set; }
Property Value
Type | Description |
---|---|
bool |
IntValue
An int value (int32) to store.
Declaration
public int IntValue { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
The name of the data object. Max 10 characters.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StringValue
A string value (text) to store. Max 10000 characters.
Declaration
public string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |