Class ResendSignatureManifestRequest
The resend signature manifest request
Inherited Members
Namespace: SecureExchangesSDK.Models.Messenging
Assembly: SecureExchangesSDK.dll
Syntax
public class ResendSignatureManifestRequest
Properties
CreatedDate
Created date.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
CryptedPassword
Crypted message password
Declaration
public string CryptedPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ManifestID
The manifest ID
Declaration
public Guid ManifestID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
MessengingSignResendID
The MessengingResent ID
Declaration
public Guid MessengingSignResendID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Status
Represent the status of the resend
Declaration
public MessengingSignResendStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| MessengingSignResendStatus |
StatusReason
The reason associated with the status
Declaration
public string StatusReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrackingID
The tracking ID to find the files
Declaration
public Guid TrackingID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |