Click or drag to resize

SecurIdTokenParse Method

Converts the string representation of a SecurID® token to an instance of one of the classes derived from SecurIdToken.
Overload List
  NameDescription
Public methodStatic memberParse(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.
Public methodStatic memberParse(String, Int32)
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 tokenNumber parameter specifies which token will be parsed.
Top
See Also