| SecurIdV2TokenDecodeToken Method |
Decodes the Version 2 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
)
Protected Overrides Sub DecodeToken (
token As String,
tokenNumber As Integer
)
protected:
virtual void DecodeToken(
String^ token,
int tokenNumber
) override
abstract DecodeToken :
token : string *
tokenNumber : int -> unit
override DecodeToken :
token : string *
tokenNumber : int -> unit
Parameters
- token
- Type: SystemString
String containing a Version 2 representation of a SecurID® token. - tokenNumber
- Type: SystemInt32
This value is always ignored, because Version 2 strings cannot contain more than one token.
Exceptions See Also