Click or drag to resize

SecurIdToken Properties

The SecurIdToken type exposes the following members.

Properties
  NameDescription
Public propertyAsSdtidToken
Gets a SecurIdSdtidToken object representing the same token as the current SecurIdToken object.
Public propertyAsV2Token
Gets a SecurIdV2Token object representing the same token as the current SecurIdToken object.
Public propertyAsV3Token
Gets a SecurIdV3Token object representing the same token as the current SecurIdToken object.
Public propertyBirthDate
Gets the birthdate of the token represented by the current SecurIdToken object.
Public propertyDecryptedSeed
Gets the decrypted seed value of the current SecurIdToken object.
Public propertyEncryptedSeed
Gets the encrypted seed value of the current SecurIdToken object.
Public propertyExpirationDate
Gets the expiration date of the token represented by the current SecurIdToken object.
Public propertyHas128BitKey
Returns if the current SecurIdToken object represents a token with a 128-bit key; if it has a 64-bit key.
Public propertyHasDecryptedSeed
Returns if DecryptedSeed contains a seed value; otherwise.
Public propertyHasEncryptedSeed
Returns if EncryptedSeed contains a seed value; otherwise.
Public propertyHasModeFlag
Returns if the current SecurIdToken object represents a token with the Mode flag set; otherwise.
Public propertyIntervalSeconds
Gets the number seconds between distinct tokencodes generated by the current SecurIdToken object.
Public propertyIsDeviceIdRequired
Returns if a Device ID (Serial Number) is required for the token represented by the current SecurIdToken object; otherwise.
Public propertyIsEmpty
Returns if this SecurIdToken object does not contain a valid token; otherwise.
Public propertyIsLocalPin
Returns if the current SecurIdToken object represents a token with a local PIN; otherwise.
Public propertyIsPasswordRequired
Returns if a Password is required for the token represented by the current SecurIdToken object; otherwise.
Public propertyIsPinRequiredForTokencode
Returns if a PIN is required to compute the tokencode for the current SecurIdToken object; otherwise.
Public propertyIsSmartPhone
Returns if the current SecurIdToken object represents a token intended for use on a smartphone; otherwise.
Public propertySerial
Gets the Device ID / Serial Number of the current SecurIdToken object.
Public propertyTokencodeLength
Gets the number of digits in each tokencode generated by the current SecurIdToken object.
Public propertyUsesAppDerivedSeeds
Returns if the current SecurIdToken object represents a token that uses app-derived seeds; otherwise.
Public propertyUsesTimeDerivedSeeds
Returns if the current SecurIdToken object represents a token that uses time-derived seeds; otherwise.
Public propertyVersion
Gets the version number of the current SecurIdToken object.
Top
See Also