Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class WebFileJsonSignManifest

    Inheritance
    object
    WebFileJsonSignManifest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.JSON
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class WebFileJsonSignManifest

    Constructors

    WebFileJsonSignManifest()

    Declaration
    public WebFileJsonSignManifest()

    Properties

    BCCRecipients

    Thoses recipient will received a final copie of the document witout be view by the signatories.

    Declaration
    public List<Recipient> BCCRecipients { get; set; }
    Property Value
    Type Description
    List<Recipient>

    CCRecipients

    thoses recipient will received a copie of the document signed document but they do not need to sign

    Declaration
    public List<Recipient> CCRecipients { get; set; }
    Property Value
    Type Description
    List<Recipient>

    ManifestID

    Declaration
    public string ManifestID { get; set; }
    Property Value
    Type Description
    string

    ManifestRecipientID

    Declaration
    public string ManifestRecipientID { get; set; }
    Property Value
    Type Description
    string

    Recipients

    Declaration
    public List<Recipient> Recipients { get; set; }
    Property Value
    Type Description
    List<Recipient>

    RecipientsZoneDef

    Recipient defined zone

    Declaration
    public List<RecipientZoneDefinition> RecipientsZoneDef { get; set; }
    Property Value
    Type Description
    List<RecipientZoneDefinition>

    SignatureOptions

    Define the options for the signature

    Declaration
    public SignOptions SignatureOptions { get; set; }
    Property Value
    Type Description
    SignOptions

    Extension Methods

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