StsClientApi_Tokens

ClientSaml2_0TokenManager.LoadTokenFromXml Method 

Loads a security token from the specified XML element.

[Visual Basic]
Overrides Public Function LoadTokenFromXml( _
   ByVal element As XmlElement _
) As SecurityToken _
    Implements ISecurityTokenManager.LoadTokenFromXml
[C#]
public override SecurityToken LoadTokenFromXml(
   XmlElement element
);

Parameters

element
The System.Xml.XmlElement to load into the security token.

Return Value

Returns a security token instance constructed from the provided XML.

Implements

ISecurityTokenManager.LoadTokenFromXml

See Also

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