Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ResendSignatureManifestRequest

    The resend signature manifest request

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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation