StsClientApi_Tokens

BinaryToken Constructor

Construct a BinaryToken instance from the provided SecurityToken. Reconstructs the instance via XML operations.

Overload List

Construct a BinaryToken instance from the provided SecurityToken. Reconstructs the instance via XML operations.

public BinaryToken(SecurityToken);

Construct a BinaryToken with provided valueType. TokenData is left uninitialized.

public BinaryToken(string);

Construct a BinaryToken instance from provided tokenData and valueType.

public BinaryToken(string,string);

Construct a BinaryToken from provided XML.

public BinaryToken(XmlElement);

See Also

BinaryToken Class | com.pingidentity.Security.Tokens Namespace