Credential
More...
|
| 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's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required. More...
|
| |
| string | Type [get, set] |
| | Gets or Sets Type More...
|
| |
| string | Value [get, set] |
| | Specifies the value of the tab. More...
|
| |
◆ Credential()
| DocuSign.eSign.Model.Credential.Credential |
( |
string |
AccessCode = default(string), |
|
|
string |
Type = default(string), |
|
|
string |
Value = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the Credential class.
- Parameters
-
| AccessCode | 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's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required.. |
| Type | Type. |
| Value | Specifies the value of the tab. . |
◆ Equals() [1/2]
| override bool DocuSign.eSign.Model.Credential.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| bool DocuSign.eSign.Model.Credential.Equals |
( |
Credential |
other | ) |
|
|
inline |
Returns true if Credential instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int DocuSign.eSign.Model.Credential.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| string DocuSign.eSign.Model.Credential.ToJson |
( |
| ) |
|
|
inline |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string DocuSign.eSign.Model.Credential.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AccessCode
| string DocuSign.eSign.Model.Credential.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's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` 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's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required.
◆ Type
| string DocuSign.eSign.Model.Credential.Type |
|
getset |
◆ Value
| string DocuSign.eSign.Model.Credential.Value |
|
getset |
Specifies the value of the tab.
Specifies the value of the tab.
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Model/Credential.cs