TDigipassInfo
- 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
TDigipassInfo
- Mis à jour le 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
TDigipassInfo is used to obtain information about a particular Digipass authenticator. All values are returned in zero-delimited string formats.
typedef struct
{
/* Field Description : Position :Length */
/* Physical token type : x00 - 000 : x06 - 006 */
aat_ascii TokenModel[5 + 1];
/* Usage count : x06 - 006 : x07 - 007 */
aat_ascii UseCount[6 + 1];
/* Last token time used : x0D - 013 : x19 - 025 */
aat_ascii LastTimeUsed[24 + 1];
/* Last token time shift : x26 - 038 : x07 - 007 */
aat_ascii LastTimeShift[6 + 1];
/* Current error count : x2D - 045 : x04 - 004 */
aat_ascii ErrorCount[3 + 1];
/* Binary codeword : x31 - 049 : x09 - 009 */
aat_ascii CodeWord[8 + 1];
/* Triple DES used : x3A - 058 : x04 - 004 */
aat_ascii TripleDes[3 + 1];
/* Challenge/data fields nbr : x3E - 062 : x02 - 002 */
aat_ascii MaxInputFields[1 + 1];
/* Response length : x40 - 064 : x03 - 003 */
aat_ascii ResponseLength[2 + 1];
/* Output type : x43 - 067 : x04 - 004 */
aat_ascii ResponseType[3 + 1];
/* Checksum requested flag : x47 - 071 : x04 - 004 */
aat_ascii ResponseChecksum[3 + 1];
/* Time step used if any : x4B - 075 : x06 - 006 */
aat_ascii TimeStepUsed[6 + 1];
} TDigipassInfo;
For more information, refer to AAL2GetTokenInfo.
Cet article vous a-t-il été utile ?