Class StoreItem
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class StoreItem
Properties
Base64CryptedString
Declaration
public string Base64CryptedString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsPassword
Declaration
public bool IsPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Part1
Declaration
public string Part1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReferenceID
Declaration
public string ReferenceID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |