| SecurIdTokenParse Method (String) |
Converts the string representation of a SecurID® token to an instance of one of the classes derived from
SecurIdToken. If the string is in the sdtid format and contains more than one token, the first token is parsed.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public static SecurIdToken Parse(
string token
)
Public Shared Function Parse (
token As String
) As SecurIdToken
public:
static SecurIdToken^ Parse(
String^ token
)
static member Parse :
token : string -> SecurIdToken
Parameters
- token
- Type: SystemString
String containing a representation of a SecurID® token. The string may be in any of the following formats: sdtid, version 2, or version 3.
Return Value
Type:
SecurIdTokenAn instance of one of the classes derived from
SecurIdToken. See remarks section for details.
Exceptions Remarks
The value return by this method is an instance of one of the following classes derived from
SecurIdToken:
See Also