SamlTokenClientBase Constructor
This constructor deserializes an SamlToken from its xml representation.
[Visual Basic]
Public Sub New( _
ByVal
tokenType As
String, _
ByVal
element As
XmlElement _
)
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