Class SignOptions
Inherited Members
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 |