SecurIdToken Properties |
The SecurIdToken type exposes the following members.
Name | Description | |
---|---|---|
AsSdtidToken |
Gets a SecurIdSdtidToken object representing the same token as the current SecurIdToken object.
| |
AsV2Token |
Gets a SecurIdV2Token object representing the same token as the current SecurIdToken object.
| |
AsV3Token |
Gets a SecurIdV3Token object representing the same token as the current SecurIdToken object.
| |
BirthDate |
Gets the birthdate of the token represented by the current SecurIdToken object.
| |
DecryptedSeed |
Gets the decrypted seed value of the current SecurIdToken object.
| |
EncryptedSeed |
Gets the encrypted seed value of the current SecurIdToken object.
| |
ExpirationDate |
Gets the expiration date of the token represented by the current SecurIdToken object.
| |
Has128BitKey |
Returns if the current SecurIdToken object represents a token with a 128-bit key; if it has a 64-bit key.
| |
HasDecryptedSeed | ||
HasEncryptedSeed | ||
HasModeFlag | ||
IntervalSeconds |
Gets the number seconds between distinct tokencodes generated by the current SecurIdToken object.
| |
IsDeviceIdRequired |
Returns if a Device ID (Serial Number) is required for the token represented by the current SecurIdToken object; otherwise.
| |
IsEmpty | ||
IsLocalPin | ||
IsPasswordRequired |
Returns if a Password is required for the token represented by the current SecurIdToken object; otherwise.
| |
IsPinRequiredForTokencode |
Returns if a PIN is required to compute the tokencode for the current SecurIdToken object; otherwise.
| |
IsSmartPhone |
Returns if the current SecurIdToken object represents a token intended for use on a smartphone; otherwise.
| |
Serial |
Gets the Device ID / Serial Number of the current SecurIdToken object.
| |
TokencodeLength |
Gets the number of digits in each tokencode generated by the current SecurIdToken object.
| |
UsesAppDerivedSeeds |
Returns if the current SecurIdToken object represents a token that uses app-derived seeds; otherwise.
| |
UsesTimeDerivedSeeds |
Returns if the current SecurIdToken object represents a token that uses time-derived seeds; otherwise.
| |
Version |
Gets the version number of the current SecurIdToken object.
|