Construct a BinaryToken instance from the provided SecurityToken. Reconstructs the instance via XML operations.
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);
BinaryToken Class | com.pingidentity.Security.Tokens Namespace