Click or drag to resize

SecurIdSdtidToken Properties

The SecurIdSdtidToken type exposes the following members.

Properties
  NameDescription
Public propertyAsSdtidToken
Gets a SecurIdSdtidToken object representing the same token as the current SecurIdToken object.
(Inherited from SecurIdToken.)
Public propertyAsV2Token
Gets a SecurIdV2Token object representing the same token as the current SecurIdToken object.
(Inherited from SecurIdToken.)
Public propertyAsV3Token
Gets a SecurIdV3Token object representing the same token as the current SecurIdToken object.
(Inherited from SecurIdToken.)
Protected propertyBatchCertificate
Gets the SDTID batch certificate
Protected propertyBatchMacHashIV
Gets the initialization vector (IV) for calculating the Batch message authentication code (MAC)
Protected propertyBatchPrivateKey
Gets the private key used to calculate the SDTID batch signature
Public propertyBirthDate
Gets the birthdate of the token represented by the current SecurIdToken object.
(Inherited from SecurIdToken.)
Public propertyDecryptedSeed
Gets the decrypted seed value of the current SecurIdToken object.
(Inherited from SecurIdToken.)
Protected propertyDest
Gets the Dest value of the SDTID token
Public propertyEncryptedSeed
Gets the encrypted seed value of the current SecurIdToken object.
(Inherited from SecurIdToken.)
Public propertyExpirationDate
Gets the expiration date of the token represented by the current SecurIdToken object.
(Inherited from SecurIdToken.)
Public propertyHas128BitKey
Returns if the current SecurIdToken object represents a token with a 128-bit key; if it has a 64-bit key.
(Inherited from SecurIdToken.)
Public propertyHasDecryptedSeed
Returns if DecryptedSeed contains a seed value; otherwise.
(Inherited from SecurIdToken.)
Public propertyHasEncryptedSeed
Returns if EncryptedSeed contains a seed value; otherwise.
(Inherited from SecurIdToken.)
Public propertyHasModeFlag
Returns if the current SecurIdToken object represents a token with the Mode flag set; otherwise.
(Inherited from SecurIdToken.)
Protected propertyHeaderMAC
Gets the message authentication code (MAC) for the SDTID token header
Public propertyIntervalSeconds
Gets the number seconds between distinct tokencodes generated by the current SecurIdToken object.
(Inherited from SecurIdToken.)
Public propertyIsDeviceIdRequired
Returns if a Device ID (Serial Number) is required for the token represented by the current SecurIdToken object; otherwise.
(Inherited from SecurIdToken.)
Public propertyIsEmpty
Returns if this SecurIdSdtidToken object does not contain a valid token; otherwise.
(Overrides SecurIdTokenIsEmpty.)
Public propertyIsLocalPin
Returns if the current SecurIdToken object represents a token with a local PIN; otherwise.
(Inherited from SecurIdToken.)
Public propertyIsPasswordRequired
Returns if a Password is required for the token represented by the current SecurIdToken object; otherwise.
(Inherited from SecurIdToken.)
Public propertyIsPinRequiredForTokencode
Returns if a PIN is required to compute the tokencode for the current SecurIdToken object; otherwise.
(Inherited from SecurIdToken.)
Public propertyIsSmartPhone
Returns if the current SecurIdToken object represents a token intended for use on a smartphone; otherwise.
(Inherited from SecurIdToken.)
Protected propertyName
Gets the Name value of the SDTID token
Protected propertyOrigin
Gets the Origin value of the SDTID token
Protected propertySecret
Gets the Secret value of the SDTID token
Protected propertySeedEncryptionIV
Gets the initialization vector (IV) for Seed encryption
Public propertySerial
Gets the Device ID / Serial Number of the current SecurIdToken object.
(Inherited from SecurIdToken.)
Protected propertySerialNoPadding
Gets the Device ID / Serial Number from the SDTID token, without any added padding.
Public propertyTokencodeLength
Gets the number of digits in each tokencode generated by the current SecurIdToken object.
(Inherited from SecurIdToken.)
Protected propertyTokenMAC
Gets the message authentication code (MAC) for the SDTID token body
Protected propertyTokenMacHashIV
Gets the initialization vector (IV) for calculating the Token message authentication code (MAC)
Public propertyUsesAppDerivedSeeds
Returns if the current SecurIdToken object represents a token that uses app-derived seeds; otherwise.
(Inherited from SecurIdToken.)
Public propertyUsesTimeDerivedSeeds
Returns if the current SecurIdToken object represents a token that uses time-derived seeds; otherwise.
(Inherited from SecurIdToken.)
Public propertyVersion
Gets the version number of the current SecurIdToken object.
(Inherited from SecurIdToken.)
Top
See Also