Show / Hide Table of Contents

Class SignOptions

Inheritance
System.Object
SignOptions
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.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
System.Collections.Generic.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
System.Collections.Generic.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 Generated by DocFX