DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.SealSign Class Reference

Specifies one or more electronic seals to apply on documents. An electronic seal recipient is a legal entity rather than an actual person. Electronic Seals can be used by organizations and governments to show evidence of origin and integrity of documents. Even though electronic seals can be represented by a tab in a document, they do not require user interaction and apply automatically in the order specified by the sender. The sender is therefore the person authorizing usage of the electronic seal in the flow. Example: ```json "recipients": { "seals": [ { "recipientId": "1", "routingOrder" : 1, "recipientSignatureProviders": [ { "sealName": "52e9d968-xxxx-xxxx-xxxx-4682bc45c106" } ] } ] }, . . . ``` For more information about Electronic Seals, see Apply Electronic Seals to Your Documents. More...

Inheritance diagram for DocuSign.eSign.Model.SealSign:

Public Member Functions

 SealSign (string AccessCode=default(string), PropertyMetadata AccessCodeMetadata=default(PropertyMetadata), string AddAccessCodeToEmail=default(string), string AllowSystemOverrideForLockedRecipient=default(string), string AutoRespondedReason=default(string), string BulkSendV2Recipient=default(string), string ClientUserId=default(string), string CompletedCount=default(string), List< string > CustomFields=default(List< string >), string DeclinedDateTime=default(string), string DeclinedReason=default(string), string DeliveredDateTime=default(string), string DeliveryMethod=default(string), PropertyMetadata DeliveryMethodMetadata=default(PropertyMetadata), string DesignatorId=default(string), string DesignatorIdGuid=default(string), List< DocumentVisibility > DocumentVisibility=default(List< DocumentVisibility >), RecipientEmailNotification EmailNotification=default(RecipientEmailNotification), string EmbeddedRecipientStartURL=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string FaxNumber=default(string), PropertyMetadata FaxNumberMetadata=default(PropertyMetadata), string IdCheckConfigurationName=default(string), PropertyMetadata IdCheckConfigurationNameMetadata=default(PropertyMetadata), IdCheckInformationInput IdCheckInformationInput=default(IdCheckInformationInput), RecipientIdentityVerification IdentityVerification=default(RecipientIdentityVerification), string InheritEmailNotificationConfiguration=default(string), string LockedRecipientPhoneAuthEditable=default(string), string LockedRecipientSmsEditable=default(string), string Name=default(string), string Note=default(string), PropertyMetadata NoteMetadata=default(PropertyMetadata), RecipientPhoneAuthentication PhoneAuthentication=default(RecipientPhoneAuthentication), List< RecipientAttachment > RecipientAttachments=default(List< RecipientAttachment >), AuthenticationStatus RecipientAuthenticationStatus=default(AuthenticationStatus), List< FeatureAvailableMetadata > RecipientFeatureMetadata=default(List< FeatureAvailableMetadata >), string RecipientId=default(string), string RecipientIdGuid=default(string), List< RecipientSignatureProvider > RecipientSignatureProviders=default(List< RecipientSignatureProvider >), string RecipientType=default(string), PropertyMetadata RecipientTypeMetadata=default(PropertyMetadata), string RequireIdLookup=default(string), PropertyMetadata RequireIdLookupMetadata=default(PropertyMetadata), string RoleName=default(string), string RoutingOrder=default(string), PropertyMetadata RoutingOrderMetadata=default(PropertyMetadata), string SentDateTime=default(string), string SignedDateTime=default(string), RecipientSMSAuthentication SmsAuthentication=default(RecipientSMSAuthentication), List< SocialAuthentication > SocialAuthentications=default(List< SocialAuthentication >), string Status=default(string), string StatusCode=default(string), string SuppressEmails=default(string), Tabs Tabs=default(Tabs), string TemplateLocked=default(string), string TemplateRequired=default(string), string TotalTabCount=default(string), string UserId=default(string))
 Initializes a new instance of the SealSign class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (SealSign other)
 Returns true if SealSign instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccessCode [get, set]
 If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required. More...
 
PropertyMetadata AccessCodeMetadata [get, set]
 Not applicable. More...
 
string AddAccessCodeToEmail [get, set]
 This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient. More...
 
string AllowSystemOverrideForLockedRecipient [get, set]
 Gets or Sets AllowSystemOverrideForLockedRecipient More...
 
string AutoRespondedReason [get, set]
 Gets or Sets AutoRespondedReason More...
 
string BulkSendV2Recipient [get, set]
 Gets or Sets BulkSendV2Recipient More...
 
string ClientUserId [get, set]
 Specifies whether the recipient is embedded or remote. If the &#x60;clientUserId&#x60; property is not null then the recipient is embedded. Note that if the &#x60;ClientUserId&#x60; property is set and either &#x60;SignerMustHaveAccount&#x60; or &#x60;SignerMustLoginToSign&#x60; property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters. More...
 
string CompletedCount [get, set]
 Gets or Sets CompletedCount More...
 
List< string > CustomFields [get, set]
 An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. More...
 
string DeclinedDateTime [get, set]
 The date and time the recipient declined the document. More...
 
string DeclinedReason [get, set]
 The reason the recipient declined the document. More...
 
string DeliveredDateTime [get, set]
 Reserved: For DocuSign use only. More...
 
string DeliveryMethod [get, set]
 Reserved: For DocuSign use only. More...
 
PropertyMetadata DeliveryMethodMetadata [get, set]
 Reserved for DocuSign. More...
 
string DesignatorId [get, set]
 Gets or Sets DesignatorId More...
 
string DesignatorIdGuid [get, set]
 Gets or Sets DesignatorIdGuid More...
 
List< DocumentVisibilityDocumentVisibility [get, set]
 Gets or Sets DocumentVisibility More...
 
RecipientEmailNotification EmailNotification [get, set]
 A complex type that contains information sets the language of the recipient&#39;s email information. IMPORTANT: If you enable email notification for one recipient, you must enable email notification for all recipients as it overrides the Envelope Subject and &#x60;EmailBlurb&#x60; property settings. More...
 
string EmbeddedRecipientStartURL [get, set]
 Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender&#39;s system (the server responding to the URL) must request a recipient token to launch a signing session. If set to &#x60;SIGN_AT_DOCUSIGN&#x60;, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient&#39;s identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets &#x60;EmbeddedRecipientStartURL&#x3D;SIGN_AT_DOCUSIGN&#x60;, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the &#x60;clientUserId&#x60; property is NOT set, and the &#x60;embeddedRecipientStartURL&#x60; is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The &#x60;customFields&#x60; property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. Example: &#x60;http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]&#x60; More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string FaxNumber [get, set]
 Reserved: More...
 
PropertyMetadata FaxNumberMetadata [get, set]
 Reserved for DocuSign. More...
 
string IdCheckConfigurationName [get, set]
 Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. Example: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as &#39;ID Check $&#39; and &#39;SMS Auth $&#39;. To use ID check in an envelope, the idCheckConfigurationName should be &#39;ID Check &#39;. If you wanted to use SMS, it would be &#39;SMS Auth $&#39; and you would need to add you would need to add phone number information to the &#x60;smsAuthentication&#x60; node. More...
 
PropertyMetadata IdCheckConfigurationNameMetadata [get, set]
 Not applicable. More...
 
IdCheckInformationInput IdCheckInformationInput [get, set]
 Not applicable. More...
 
RecipientIdentityVerification IdentityVerification [get, set]
 Specifies the ID Verification workflow applied on an envelope by workflow ID. <br/>See the list method in the IdentityVerifications resource for more information on how to retrieve workflow IDs available for an account. <br/>This can be used in addition to other recipient authentication methods. <br/>Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients&#39; identity by verifying their ID while ID Check relies on data available on public records (such as current and former address). More...
 
string InheritEmailNotificationConfiguration [get, set]
 When set to true and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient&#39;s account. More...
 
string LockedRecipientPhoneAuthEditable [get, set]
 Gets or Sets LockedRecipientPhoneAuthEditable More...
 
string LockedRecipientSmsEditable [get, set]
 Gets or Sets LockedRecipientSmsEditable More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string Note [get, set]
 Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters. More...
 
PropertyMetadata NoteMetadata [get, set]
 Not applicable. More...
 
RecipientPhoneAuthentication PhoneAuthentication [get, set]
 Not applicable. More...
 
List< RecipientAttachmentRecipientAttachments [get, set]
 Reserved: More...
 
AuthenticationStatus RecipientAuthenticationStatus [get, set]
 Not applicable. More...
 
List< FeatureAvailableMetadataRecipientFeatureMetadata [get, set]
 Gets or Sets RecipientFeatureMetadata More...
 
string RecipientId [get, set]
 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. More...
 
string RecipientIdGuid [get, set]
 Gets or Sets RecipientIdGuid More...
 
List< RecipientSignatureProviderRecipientSignatureProviders [get, set]
 Gets or Sets RecipientSignatureProviders More...
 
string RecipientType [get, set]
 Gets or Sets RecipientType More...
 
PropertyMetadata RecipientTypeMetadata [get, set]
 Metadata that indicates whether the &#x60;recipientType&#x60; property is editable. This property is read-only. More...
 
string RequireIdLookup [get, set]
 When set to true, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. More...
 
PropertyMetadata RequireIdLookupMetadata [get, set]
 Not applicable. More...
 
string RoleName [get, set]
 Optional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients. More...
 
string RoutingOrder [get, set]
 Specifies the routing order of the recipient in the envelope. More...
 
PropertyMetadata RoutingOrderMetadata [get, set]
 Metadata that indicates whether the &#x60;routingOrder&#x60; property is editable. This property is read-only. More...
 
string SentDateTime [get, set]
 The date and time the envelope was sent. More...
 
string SignedDateTime [get, set]
 Reserved: For DocuSign use only. More...
 
RecipientSMSAuthentication SmsAuthentication [get, set]
 Not applicable. More...
 
List< SocialAuthenticationSocialAuthentications [get, set]
 Lists the social ID type that can be used for recipient authentication. More...
 
string Status [get, set]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 
string StatusCode [get, set]
 Gets or Sets StatusCode More...
 
string SuppressEmails [get, set]
 Gets or Sets SuppressEmails More...
 
Tabs Tabs [get, set]
 A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients. More...
 
string TemplateLocked [get, set]
 When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. More...
 
string TemplateRequired [get, set]
 When set to true, the sender may not remove the recipient. Used only when working with template recipients. More...
 
string TotalTabCount [get, set]
 Gets or Sets TotalTabCount More...
 
string UserId [get, set]
 Gets or Sets UserId More...
 

Detailed Description

Specifies one or more electronic seals to apply on documents. An electronic seal recipient is a legal entity rather than an actual person. Electronic Seals can be used by organizations and governments to show evidence of origin and integrity of documents. Even though electronic seals can be represented by a tab in a document, they do not require user interaction and apply automatically in the order specified by the sender. The sender is therefore the person authorizing usage of the electronic seal in the flow. Example: &#x60;&#x60;&#x60;json &quot;recipients&quot;: { &quot;seals&quot;: [ { &quot;recipientId&quot;: &quot;1&quot;, &quot;routingOrder&quot; : 1, &quot;recipientSignatureProviders&quot;: [ { &quot;sealName&quot;: &quot;52e9d968-xxxx-xxxx-xxxx-4682bc45c106&quot; } ] } ] }, . . . &#x60;&#x60;&#x60; For more information about Electronic Seals, see Apply Electronic Seals to Your Documents.

Constructor & Destructor Documentation

◆ SealSign()

DocuSign.eSign.Model.SealSign.SealSign ( string  AccessCode = default(string),
PropertyMetadata  AccessCodeMetadata = default(PropertyMetadata),
string  AddAccessCodeToEmail = default(string),
string  AllowSystemOverrideForLockedRecipient = default(string),
string  AutoRespondedReason = default(string),
string  BulkSendV2Recipient = default(string),
string  ClientUserId = default(string),
string  CompletedCount = default(string),
List< string >  CustomFields = default(List<string>),
string  DeclinedDateTime = default(string),
string  DeclinedReason = default(string),
string  DeliveredDateTime = default(string),
string  DeliveryMethod = default(string),
PropertyMetadata  DeliveryMethodMetadata = default(PropertyMetadata),
string  DesignatorId = default(string),
string  DesignatorIdGuid = default(string),
List< DocumentVisibility DocumentVisibility = default(List<DocumentVisibility>),
RecipientEmailNotification  EmailNotification = default(RecipientEmailNotification),
string  EmbeddedRecipientStartURL = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  FaxNumber = default(string),
PropertyMetadata  FaxNumberMetadata = default(PropertyMetadata),
string  IdCheckConfigurationName = default(string),
PropertyMetadata  IdCheckConfigurationNameMetadata = default(PropertyMetadata),
IdCheckInformationInput  IdCheckInformationInput = default(IdCheckInformationInput),
RecipientIdentityVerification  IdentityVerification = default(RecipientIdentityVerification),
string  InheritEmailNotificationConfiguration = default(string),
string  LockedRecipientPhoneAuthEditable = default(string),
string  LockedRecipientSmsEditable = default(string),
string  Name = default(string),
string  Note = default(string),
PropertyMetadata  NoteMetadata = default(PropertyMetadata),
RecipientPhoneAuthentication  PhoneAuthentication = default(RecipientPhoneAuthentication),
List< RecipientAttachment RecipientAttachments = default(List<RecipientAttachment>),
AuthenticationStatus  RecipientAuthenticationStatus = default(AuthenticationStatus),
List< FeatureAvailableMetadata RecipientFeatureMetadata = default(List<FeatureAvailableMetadata>),
string  RecipientId = default(string),
string  RecipientIdGuid = default(string),
List< RecipientSignatureProvider RecipientSignatureProviders = default(List<RecipientSignatureProvider>),
string  RecipientType = default(string),
PropertyMetadata  RecipientTypeMetadata = default(PropertyMetadata),
string  RequireIdLookup = default(string),
PropertyMetadata  RequireIdLookupMetadata = default(PropertyMetadata),
string  RoleName = default(string),
string  RoutingOrder = default(string),
PropertyMetadata  RoutingOrderMetadata = default(PropertyMetadata),
string  SentDateTime = default(string),
string  SignedDateTime = default(string),
RecipientSMSAuthentication  SmsAuthentication = default(RecipientSMSAuthentication),
List< SocialAuthentication SocialAuthentications = default(List<SocialAuthentication>),
string  Status = default(string),
string  StatusCode = default(string),
string  SuppressEmails = default(string),
Tabs  Tabs = default(Tabs),
string  TemplateLocked = default(string),
string  TemplateRequired = default(string),
string  TotalTabCount = default(string),
string  UserId = default(string) 
)
inline

Initializes a new instance of the SealSign class.

Parameters
AccessCodeIf a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required..
AccessCodeMetadataNot applicable..
AddAccessCodeToEmailThis Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient..
AllowSystemOverrideForLockedRecipientAllowSystemOverrideForLockedRecipient.
AutoRespondedReasonAutoRespondedReason.
BulkSendV2RecipientBulkSendV2Recipient.
ClientUserIdSpecifies whether the recipient is embedded or remote. If the &#x60;clientUserId&#x60; property is not null then the recipient is embedded. Note that if the &#x60;ClientUserId&#x60; property is set and either &#x60;SignerMustHaveAccount&#x60; or &#x60;SignerMustLoginToSign&#x60; property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters. .
CompletedCountCompletedCount.
CustomFieldsAn optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters..
DeclinedDateTimeThe date and time the recipient declined the document..
DeclinedReasonThe reason the recipient declined the document..
DeliveredDateTimeReserved: For DocuSign use only..
DeliveryMethodReserved: For DocuSign use only..
DeliveryMethodMetadataReserved for DocuSign..
DesignatorIdDesignatorId.
DesignatorIdGuidDesignatorIdGuid.
DocumentVisibilityDocumentVisibility.
EmailNotificationA complex type that contains information sets the language of the recipient&#39;s email information. IMPORTANT: If you enable email notification for one recipient, you must enable email notification for all recipients as it overrides the Envelope Subject and &#x60;EmailBlurb&#x60; property settings. .
EmbeddedRecipientStartURLSpecifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender&#39;s system (the server responding to the URL) must request a recipient token to launch a signing session. If set to &#x60;SIGN_AT_DOCUSIGN&#x60;, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient&#39;s identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets &#x60;EmbeddedRecipientStartURL&#x3D;SIGN_AT_DOCUSIGN&#x60;, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the &#x60;clientUserId&#x60; property is NOT set, and the &#x60;embeddedRecipientStartURL&#x60; is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The &#x60;customFields&#x60; property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. Example: &#x60;http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]&#x60; .
ErrorDetailsArray or errors..
FaxNumberReserved:.
FaxNumberMetadataReserved for DocuSign..
IdCheckConfigurationNameSpecifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. Example: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as &#39;ID Check $&#39; and &#39;SMS Auth $&#39;. To use ID check in an envelope, the idCheckConfigurationName should be &#39;ID Check &#39;. If you wanted to use SMS, it would be &#39;SMS Auth $&#39; and you would need to add you would need to add phone number information to the &#x60;smsAuthentication&#x60; node..
IdCheckConfigurationNameMetadataNot applicable..
IdCheckInformationInputNot applicable..
IdentityVerificationSpecifies the ID Verification workflow applied on an envelope by workflow ID. <br/>See the list method in the IdentityVerifications resource for more information on how to retrieve workflow IDs available for an account. <br/>This can be used in addition to other recipient authentication methods. <br/>Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients&#39; identity by verifying their ID while ID Check relies on data available on public records (such as current and former address)..
InheritEmailNotificationConfigurationWhen set to true and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient&#39;s account. .
LockedRecipientPhoneAuthEditableLockedRecipientPhoneAuthEditable.
LockedRecipientSmsEditableLockedRecipientSmsEditable.
NameName.
NoteSpecifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters..
NoteMetadataNot applicable..
PhoneAuthenticationNot applicable..
RecipientAttachmentsReserved:.
RecipientAuthenticationStatusNot applicable..
RecipientFeatureMetadataRecipientFeatureMetadata.
RecipientIdUnique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..
RecipientIdGuidRecipientIdGuid.
RecipientSignatureProvidersRecipientSignatureProviders.
RecipientTypeRecipientType.
RecipientTypeMetadataMetadata that indicates whether the &#x60;recipientType&#x60; property is editable. This property is read-only..
RequireIdLookupWhen set to true, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. .
RequireIdLookupMetadataNot applicable..
RoleNameOptional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients..
RoutingOrderSpecifies the routing order of the recipient in the envelope. .
RoutingOrderMetadataMetadata that indicates whether the &#x60;routingOrder&#x60; property is editable. This property is read-only..
SentDateTimeThe date and time the envelope was sent..
SignedDateTimeReserved: For DocuSign use only. .
SmsAuthenticationNot applicable..
SocialAuthenticationsLists the social ID type that can be used for recipient authentication..
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
StatusCodeStatusCode.
SuppressEmailsSuppressEmails.
TabsA list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients..
TemplateLockedWhen set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. .
TemplateRequiredWhen set to true, the sender may not remove the recipient. Used only when working with template recipients..
TotalTabCountTotalTabCount.
UserIdUserId.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.SealSign.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.SealSign.Equals ( SealSign  other)
inline

Returns true if SealSign instances are equal

Parameters
otherInstance of SealSign to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.SealSign.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.SealSign.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.SealSign.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccessCode

string DocuSign.eSign.Model.SealSign.AccessCode
getset

If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required.

If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required.

◆ AccessCodeMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.AccessCodeMetadata
getset

Not applicable.

Not applicable.

◆ AddAccessCodeToEmail

string DocuSign.eSign.Model.SealSign.AddAccessCodeToEmail
getset

This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.

This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient.

◆ AllowSystemOverrideForLockedRecipient

string DocuSign.eSign.Model.SealSign.AllowSystemOverrideForLockedRecipient
getset

Gets or Sets AllowSystemOverrideForLockedRecipient

◆ AutoRespondedReason

string DocuSign.eSign.Model.SealSign.AutoRespondedReason
getset

Gets or Sets AutoRespondedReason

◆ BulkSendV2Recipient

string DocuSign.eSign.Model.SealSign.BulkSendV2Recipient
getset

Gets or Sets BulkSendV2Recipient

◆ ClientUserId

string DocuSign.eSign.Model.SealSign.ClientUserId
getset

Specifies whether the recipient is embedded or remote. If the &#x60;clientUserId&#x60; property is not null then the recipient is embedded. Note that if the &#x60;ClientUserId&#x60; property is set and either &#x60;SignerMustHaveAccount&#x60; or &#x60;SignerMustLoginToSign&#x60; property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters.

Specifies whether the recipient is embedded or remote. If the &#x60;clientUserId&#x60; property is not null then the recipient is embedded. Note that if the &#x60;ClientUserId&#x60; property is set and either &#x60;SignerMustHaveAccount&#x60; or &#x60;SignerMustLoginToSign&#x60; property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters.

◆ CompletedCount

string DocuSign.eSign.Model.SealSign.CompletedCount
getset

Gets or Sets CompletedCount

◆ CustomFields

List<string> DocuSign.eSign.Model.SealSign.CustomFields
getset

An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.

An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.

◆ DeclinedDateTime

string DocuSign.eSign.Model.SealSign.DeclinedDateTime
getset

The date and time the recipient declined the document.

The date and time the recipient declined the document.

◆ DeclinedReason

string DocuSign.eSign.Model.SealSign.DeclinedReason
getset

The reason the recipient declined the document.

The reason the recipient declined the document.

◆ DeliveredDateTime

string DocuSign.eSign.Model.SealSign.DeliveredDateTime
getset

Reserved: For DocuSign use only.

Reserved: For DocuSign use only.

◆ DeliveryMethod

string DocuSign.eSign.Model.SealSign.DeliveryMethod
getset

Reserved: For DocuSign use only.

Reserved: For DocuSign use only.

◆ DeliveryMethodMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.DeliveryMethodMetadata
getset

Reserved for DocuSign.

Reserved for DocuSign.

◆ DesignatorId

string DocuSign.eSign.Model.SealSign.DesignatorId
getset

Gets or Sets DesignatorId

◆ DesignatorIdGuid

string DocuSign.eSign.Model.SealSign.DesignatorIdGuid
getset

Gets or Sets DesignatorIdGuid

◆ DocumentVisibility

List<DocumentVisibility> DocuSign.eSign.Model.SealSign.DocumentVisibility
getset

Gets or Sets DocumentVisibility

◆ EmailNotification

RecipientEmailNotification DocuSign.eSign.Model.SealSign.EmailNotification
getset

A complex type that contains information sets the language of the recipient&#39;s email information. IMPORTANT: If you enable email notification for one recipient, you must enable email notification for all recipients as it overrides the Envelope Subject and &#x60;EmailBlurb&#x60; property settings.

A complex type that contains information sets the language of the recipient&#39;s email information. IMPORTANT: If you enable email notification for one recipient, you must enable email notification for all recipients as it overrides the Envelope Subject and &#x60;EmailBlurb&#x60; property settings.

◆ EmbeddedRecipientStartURL

string DocuSign.eSign.Model.SealSign.EmbeddedRecipientStartURL
getset

Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender&#39;s system (the server responding to the URL) must request a recipient token to launch a signing session. If set to &#x60;SIGN_AT_DOCUSIGN&#x60;, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient&#39;s identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets &#x60;EmbeddedRecipientStartURL&#x3D;SIGN_AT_DOCUSIGN&#x60;, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the &#x60;clientUserId&#x60; property is NOT set, and the &#x60;embeddedRecipientStartURL&#x60; is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The &#x60;customFields&#x60; property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. Example: &#x60;http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]&#x60;

Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender&#39;s system (the server responding to the URL) must request a recipient token to launch a signing session. If set to &#x60;SIGN_AT_DOCUSIGN&#x60;, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient&#39;s identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets &#x60;EmbeddedRecipientStartURL&#x3D;SIGN_AT_DOCUSIGN&#x60;, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the &#x60;clientUserId&#x60; property is NOT set, and the &#x60;embeddedRecipientStartURL&#x60; is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The &#x60;customFields&#x60; property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. Example: &#x60;http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]&#x60;

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.SealSign.ErrorDetails
getset

Array or errors.

Array or errors.

◆ FaxNumber

string DocuSign.eSign.Model.SealSign.FaxNumber
getset

Reserved:

Reserved:

◆ FaxNumberMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.FaxNumberMetadata
getset

Reserved for DocuSign.

Reserved for DocuSign.

◆ IdCheckConfigurationName

string DocuSign.eSign.Model.SealSign.IdCheckConfigurationName
getset

Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. Example: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as &#39;ID Check $&#39; and &#39;SMS Auth $&#39;. To use ID check in an envelope, the idCheckConfigurationName should be &#39;ID Check &#39;. If you wanted to use SMS, it would be &#39;SMS Auth $&#39; and you would need to add you would need to add phone number information to the &#x60;smsAuthentication&#x60; node.

Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. Example: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as &#39;ID Check $&#39; and &#39;SMS Auth $&#39;. To use ID check in an envelope, the idCheckConfigurationName should be &#39;ID Check &#39;. If you wanted to use SMS, it would be &#39;SMS Auth $&#39; and you would need to add you would need to add phone number information to the &#x60;smsAuthentication&#x60; node.

◆ IdCheckConfigurationNameMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.IdCheckConfigurationNameMetadata
getset

Not applicable.

Not applicable.

◆ IdCheckInformationInput

IdCheckInformationInput DocuSign.eSign.Model.SealSign.IdCheckInformationInput
getset

Not applicable.

Not applicable.

◆ IdentityVerification

RecipientIdentityVerification DocuSign.eSign.Model.SealSign.IdentityVerification
getset

Specifies the ID Verification workflow applied on an envelope by workflow ID. <br/>See the list method in the IdentityVerifications resource for more information on how to retrieve workflow IDs available for an account. <br/>This can be used in addition to other recipient authentication methods. <br/>Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients&#39; identity by verifying their ID while ID Check relies on data available on public records (such as current and former address).

Specifies the ID Verification workflow applied on an envelope by workflow ID. <br/>See the list method in the IdentityVerifications resource for more information on how to retrieve workflow IDs available for an account. <br/>This can be used in addition to other recipient authentication methods. <br/>Note that ID Verification and ID Check are two distinct methods. ID Verification checks recipients&#39; identity by verifying their ID while ID Check relies on data available on public records (such as current and former address).

◆ InheritEmailNotificationConfiguration

string DocuSign.eSign.Model.SealSign.InheritEmailNotificationConfiguration
getset

When set to true and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient&#39;s account.

When set to true and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient&#39;s account.

◆ LockedRecipientPhoneAuthEditable

string DocuSign.eSign.Model.SealSign.LockedRecipientPhoneAuthEditable
getset

Gets or Sets LockedRecipientPhoneAuthEditable

◆ LockedRecipientSmsEditable

string DocuSign.eSign.Model.SealSign.LockedRecipientSmsEditable
getset

Gets or Sets LockedRecipientSmsEditable

◆ Name

string DocuSign.eSign.Model.SealSign.Name
getset

Gets or Sets Name

◆ Note

string DocuSign.eSign.Model.SealSign.Note
getset

Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters.

Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters.

◆ NoteMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.NoteMetadata
getset

Not applicable.

Not applicable.

◆ PhoneAuthentication

RecipientPhoneAuthentication DocuSign.eSign.Model.SealSign.PhoneAuthentication
getset

Not applicable.

Not applicable.

◆ RecipientAttachments

List<RecipientAttachment> DocuSign.eSign.Model.SealSign.RecipientAttachments
getset

Reserved:

Reserved:

◆ RecipientAuthenticationStatus

AuthenticationStatus DocuSign.eSign.Model.SealSign.RecipientAuthenticationStatus
getset

Not applicable.

Not applicable.

◆ RecipientFeatureMetadata

List<FeatureAvailableMetadata> DocuSign.eSign.Model.SealSign.RecipientFeatureMetadata
getset

Gets or Sets RecipientFeatureMetadata

◆ RecipientId

string DocuSign.eSign.Model.SealSign.RecipientId
getset

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

◆ RecipientIdGuid

string DocuSign.eSign.Model.SealSign.RecipientIdGuid
getset

Gets or Sets RecipientIdGuid

◆ RecipientSignatureProviders

List<RecipientSignatureProvider> DocuSign.eSign.Model.SealSign.RecipientSignatureProviders
getset

Gets or Sets RecipientSignatureProviders

◆ RecipientType

string DocuSign.eSign.Model.SealSign.RecipientType
getset

Gets or Sets RecipientType

◆ RecipientTypeMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.RecipientTypeMetadata
getset

Metadata that indicates whether the &#x60;recipientType&#x60; property is editable. This property is read-only.

Metadata that indicates whether the &#x60;recipientType&#x60; property is editable. This property is read-only.

◆ RequireIdLookup

string DocuSign.eSign.Model.SealSign.RequireIdLookup
getset

When set to true, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity.

When set to true, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity.

◆ RequireIdLookupMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.RequireIdLookupMetadata
getset

Not applicable.

Not applicable.

◆ RoleName

string DocuSign.eSign.Model.SealSign.RoleName
getset

Optional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients.

Optional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients.

◆ RoutingOrder

string DocuSign.eSign.Model.SealSign.RoutingOrder
getset

Specifies the routing order of the recipient in the envelope.

Specifies the routing order of the recipient in the envelope.

◆ RoutingOrderMetadata

PropertyMetadata DocuSign.eSign.Model.SealSign.RoutingOrderMetadata
getset

Metadata that indicates whether the &#x60;routingOrder&#x60; property is editable. This property is read-only.

Metadata that indicates whether the &#x60;routingOrder&#x60; property is editable. This property is read-only.

◆ SentDateTime

string DocuSign.eSign.Model.SealSign.SentDateTime
getset

The date and time the envelope was sent.

The date and time the envelope was sent.

◆ SignedDateTime

string DocuSign.eSign.Model.SealSign.SignedDateTime
getset

Reserved: For DocuSign use only.

Reserved: For DocuSign use only.

◆ SmsAuthentication

RecipientSMSAuthentication DocuSign.eSign.Model.SealSign.SmsAuthentication
getset

Not applicable.

Not applicable.

◆ SocialAuthentications

List<SocialAuthentication> DocuSign.eSign.Model.SealSign.SocialAuthentications
getset

Lists the social ID type that can be used for recipient authentication.

Lists the social ID type that can be used for recipient authentication.

◆ Status

string DocuSign.eSign.Model.SealSign.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

◆ StatusCode

string DocuSign.eSign.Model.SealSign.StatusCode
getset

Gets or Sets StatusCode

◆ SuppressEmails

string DocuSign.eSign.Model.SealSign.SuppressEmails
getset

Gets or Sets SuppressEmails

◆ Tabs

Tabs DocuSign.eSign.Model.SealSign.Tabs
getset

A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients.

A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients.

◆ TemplateLocked

string DocuSign.eSign.Model.SealSign.TemplateLocked
getset

When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients.

When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients.

◆ TemplateRequired

string DocuSign.eSign.Model.SealSign.TemplateRequired
getset

When set to true, the sender may not remove the recipient. Used only when working with template recipients.

When set to true, the sender may not remove the recipient. Used only when working with template recipients.

◆ TotalTabCount

string DocuSign.eSign.Model.SealSign.TotalTabCount
getset

Gets or Sets TotalTabCount

◆ UserId

string DocuSign.eSign.Model.SealSign.UserId
getset

Gets or Sets UserId


The documentation for this class was generated from the following file: