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

Credential More...

Inheritance diagram for DocuSign.eSign.Model.Credential:

Public Member Functions

 Credential (string AccessCode=default(string), string Type=default(string), string Value=default(string))
 Initializes a new instance of the Credential 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 (Credential other)
 Returns true if Credential 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...
 
string Type [get, set]
 Gets or Sets Type More...
 
string Value [get, set]
 Specifies the value of the tab. More...
 

Detailed Description

Credential

Constructor & Destructor Documentation

◆ 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
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..
TypeType.
ValueSpecifies the value of the tab. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Credential instances are equal

Parameters
otherInstance of Credential to be compared
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

Property Documentation

◆ 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&#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.

◆ Type

string DocuSign.eSign.Model.Credential.Type
getset

Gets or Sets Type

◆ 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: