SecurIdV2Token Class |
Namespace: SamoyedSoftware.ursa
The SecurIdV2Token type exposes the following members.
Name | Description | |
---|---|---|
SecurIdV2Token |
Initializes a new instance of the SecurIdV2Token class representing an empty token.
| |
SecurIdV2Token(SecurIdToken) |
Initializes a new instance of the SecurIdV2Token class with the value of an existing token.
|
Name | Description | |
---|---|---|
AsSdtidToken |
Gets a SecurIdSdtidToken object representing the same token as the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
AsV2Token |
Gets a SecurIdV2Token object representing the same token as the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
AsV3Token |
Gets a SecurIdV3Token object representing the same token as the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
BirthDate |
Gets the birthdate of the token represented by the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
DecryptedSeed |
Gets the decrypted seed value of the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
EncryptedSeed |
Gets the encrypted seed value of the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
ExpirationDate |
Gets the expiration date of the token represented by the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
Has128BitKey |
Returns if the current SecurIdToken object represents a token with a 128-bit key; if it has a 64-bit key.
(Inherited from SecurIdToken.) | |
HasDecryptedSeed | (Inherited from SecurIdToken.) | |
HasEncryptedSeed | (Inherited from SecurIdToken.) | |
HasModeFlag | (Inherited from SecurIdToken.) | |
IntervalSeconds |
Gets the number seconds between distinct tokencodes generated by the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
IsDeviceIdRequired |
Returns if a Device ID (Serial Number) is required for the token represented by the current SecurIdToken object; otherwise.
(Inherited from SecurIdToken.) | |
IsEmpty |
Returns if this SecurIdV2Token object does not contain a valid token; otherwise.
(Overrides SecurIdTokenIsEmpty.) | |
IsLocalPin | (Inherited from SecurIdToken.) | |
IsPasswordRequired |
Returns if a Password is required for the token represented by the current SecurIdToken object; otherwise.
(Inherited from SecurIdToken.) | |
IsPinRequiredForTokencode |
Returns if a PIN is required to compute the tokencode for the current SecurIdToken object; otherwise.
(Inherited from SecurIdToken.) | |
IsSmartPhone |
Returns if the current SecurIdToken object represents a token intended for use on a smartphone; otherwise.
(Inherited from SecurIdToken.) | |
Serial |
Gets the Device ID / Serial Number of the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
TokencodeLength |
Gets the number of digits in each tokencode generated by the current SecurIdToken object.
(Inherited from SecurIdToken.) | |
UsesAppDerivedSeeds |
Returns if the current SecurIdToken object represents a token that uses app-derived seeds; otherwise.
(Inherited from SecurIdToken.) | |
UsesTimeDerivedSeeds |
Returns if the current SecurIdToken object represents a token that uses time-derived seeds; otherwise.
(Inherited from SecurIdToken.) | |
Version |
Gets the version number of the current SecurIdToken object.
(Inherited from SecurIdToken.) |
Name | Description | |
---|---|---|
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.) | |
DecodeToken |
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.
(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).) | |
Export |
Creates a string representation of the token, which is encrypted using the supplied password and device ID.
(Overrides SecurIdTokenExport(String, String).) | |
GetEncryptionKey |
Calculate an encryption key for a given password and device ID (serial number)
| |
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.) | |
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.) |