StsClientApi_Tokens

SamlTokenClientBase Constructor 

This constructor deserializes an SamlToken from its xml representation.

[Visual Basic]
Public Sub New( _
   ByVal tokenType As String, _
   ByVal element As XmlElement _
)
[C#]
public SamlTokenClientBase(
   string tokenType,
   XmlElement element
);

Parameters

tokenType
Type of creating SAML token.
element
An System.Xml.XmlElement that is used to create the new security token.

See Also

SamlTokenClientBase Class | com.pingidentity.Security.Tokens.SAMLToken Namespace