Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SignOptions

    Inheritance
    object
    SignOptions
    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 SignOptions

    Properties

    BCCRecipients

    List of the recipient need to received a copie, but do not need to sign and do not need to be view by the signatorie. The bcc will appear in the log

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

    CCRecipients

    List of the recipient need to received a copie, but do not need to sign

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

    SignatureRestriction

    If restriction is needed when you sign the document

    Declaration
    public SignatureModeRestriction SignatureRestriction { get; set; }
    Property Value
    Type Description
    SignatureModeRestriction

    UploadFileOptions

    Define the options when you sign file

    Declaration
    public IMessageReplyOptions UploadFileOptions { get; set; }
    Property Value
    Type Description
    IMessageReplyOptions

    Extension Methods

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