Class MessengingRestore
The crypted reference for a restore request
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class MessengingRestore
Properties
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
CryptedAESKey
The key crypted with the Public key
Declaration
public string CryptedAESKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CryptedJSONSerializedMessengingRequestList
The serialized object of the MessengingRequest crypted with the AES object
Declaration
public string CryptedJSONSerializedMessengingRequestList { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestoreRequestID
Thre request restore request ID
Declaration
public Guid RestoreRequestID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |