| SecurIdTokenLoad Method |
Loads the string representation of a SecurID® token from a file, and calls
Parse(String, Int32) to convert it to an instance of one of the classes derived from
SecurIdToken. If the file 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 Load(
string filename
)
Public Shared Function Load (
filename As String
) As SecurIdToken
public:
static SecurIdToken^ Load(
String^ filename
)
static member Load :
filename : string -> SecurIdToken
Parameters
- filename
- Type: SystemString
The path of the file containing the SecurID® token.
Return Value
Type:
SecurIdTokenAn instance of one of the classes derived from
SecurIdToken. See
Parse(String, Int32) for details.
Exceptions See Also