Click or drag to resize

SecurIdSdtidTokenDecodeToken Method

Decodes the SDTID (XML) string representation of a token. This method is called by Parse(String, Int32) to initialize the current instance based on the values in the string representation.

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
protected override void DecodeToken(
	string token,
	int tokenNumber
)

Parameters

token
Type: SystemString
String containing a SDTID (XML) representation of a SecurID® token.
tokenNumber
Type: SystemInt32
Specifies which token will be parsed, if the SDTID format string contains more than one token.
Exceptions
ExceptionCondition
ursaExceptionThrown if the string can not be decoded. See ursaExceptionErrorCode for the specific reason for the failure.
See Also