Show / Hide Table of Contents

Class ResendSignatureManifestRequest

The resend signature manifest request

Inheritance
System.Object
ResendSignatureManifestRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
System.DateTime

CryptedPassword

Crypted message password

Declaration
public string CryptedPassword { get; set; }
Property Value
Type Description
System.String

ManifestID

The manifest ID

Declaration
public Guid ManifestID { get; set; }
Property Value
Type Description
System.Guid

MessengingSignResendID

The MessengingResent ID

Declaration
public Guid MessengingSignResendID { get; set; }
Property Value
Type Description
System.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
System.String

TrackingID

The tracking ID to find the files

Declaration
public Guid TrackingID { get; set; }
Property Value
Type Description
System.Guid

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX