SecurIdV3Token Methods |
The SecurIdV3Token type exposes the following members.
Name | Description | |
---|---|---|
ComputeHash |
Calculate a hash value for a given password, device ID (serial number), and salt value
| |
ComputeTokencode(DateTime) |
Computes the tokencode for a given date/time.
(Inherited from SecurIdToken.) | |
ComputeTokencode(DateTime, String) |
Computes the tokencode for a given date/time, using the specified PIN value.
(Inherited from SecurIdToken.) | |
ConvertSecuridDate |
Converts a SecurID® date value (unsigned short) to a DateTime instance.
(Inherited from SecurIdToken.) | |
ConvertToSecuridDate |
Converts a DateTime instance to a SecurID® date value.
(Inherited from SecurIdToken.) | |
ConvertToV3TokenDate |
Converts a DateTime instance to a SecurID® Version 3 date value.
| |
ConvertV3TokenDate |
Converts a SecurID® Version 3 date value (5 bytes) to a DateTime instance.
| |
DecodeToken |
Decodes the Version 3 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.
(Overrides SecurIdTokenDecodeToken(String, Int32).) | |
Decrypt(String) |
Decrypts the token by passing the supplied password to the Decrypt(String, String) method.
(Inherited from SecurIdToken.) | |
Decrypt(String, String) |
Decrypts the token using the supplied password and Device ID (Serial Number).
(Overrides SecurIdTokenDecrypt(String, String).) | |
DeriveKey |
Create an encryption key based on a password, device ID (serial number), salt value, and key number
| |
Export |
Creates a string representation of the token, which is encrypted using the supplied password and device ID.
(Overrides SecurIdTokenExport(String, String).) | |
KeyFromBcdTime |
Creates an encryption key value based on a specified number of bytes from a date/time value that is encoded as a packed binary-coded decimal (BCD)
(Inherited from SecurIdToken.) | |
ScrubDeviceID |
Remove all invalid characters from a SecurID® Device ID (Serial Number)
(Inherited from SecurIdToken.) | |
ShallowCopyTo |
Perform a shallow copy of the current instance to supplied token instance
(Inherited from SecurIdToken.) | |
ToBytes |
Convert the current SecurIdV3Token object into an array of bytes.
| |
ToString |
Creates a string listing the values contained in this instance.
(Inherited from SecurIdToken.) | |
ValidateDeviceIDForDecryption |
Checks if the supplied Device ID is valid for use in decrypting this token, and removes any invalid characters from the Device ID.
(Inherited from SecurIdToken.) | |
ValidatePasswordForDecryption |
Checks if the supplied password is valid for use in decrypting this token.
(Inherited from SecurIdToken.) |