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

Contains the name/value pair information for the SAML assertion attributes: * name - The name of the SAML assertion attribute. * value - The value associated with the named SAML assertion attribute. Your account must be set up to use SSO to use this. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientSAMLAuthentication:

Public Member Functions

 RecipientSAMLAuthentication (List< SamlAssertionAttribute > SamlAssertionAttributes=default(List< SamlAssertionAttribute >))
 Initializes a new instance of the RecipientSAMLAuthentication 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 (RecipientSAMLAuthentication other)
 Returns true if RecipientSAMLAuthentication instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< SamlAssertionAttributeSamlAssertionAttributes [get, set]
 

Detailed Description

Contains the name/value pair information for the SAML assertion attributes: * name - The name of the SAML assertion attribute. * value - The value associated with the named SAML assertion attribute. Your account must be set up to use SSO to use this.

Constructor & Destructor Documentation

◆ RecipientSAMLAuthentication()

DocuSign.eSign.Model.RecipientSAMLAuthentication.RecipientSAMLAuthentication ( List< SamlAssertionAttribute SamlAssertionAttributes = default(List<SamlAssertionAttribute>))
inline

Initializes a new instance of the RecipientSAMLAuthentication class.

Parameters
SamlAssertionAttributes.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientSAMLAuthentication instances are equal

Parameters
otherInstance of RecipientSAMLAuthentication to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SamlAssertionAttributes

List<SamlAssertionAttribute> DocuSign.eSign.Model.RecipientSAMLAuthentication.SamlAssertionAttributes
getset


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