Get application version
Get the version of the YubiHSM Auth application returned as a major, minor, and patch value.
Available
All YubiKeys with the YubiHSM Auth application (included in firmware version 5.4.3 and later).
Note
Use the .NET API's HasFeature() method to check if a key has the YubiHSM Auth application.
SDK classes
Input
None.
Output
An array of three bytes which correspond with the major, minor, and patch value.
Command APDU
CLA | INS | P1 | P2 | Lc | Data | Le |
---|---|---|---|---|---|---|
00 | 07 | 00 | 00 | (absent) | (absent) | (absent) |
Response APDU
Total Length: 5
Data Length: 3
Data | SW1 | SW2 |
---|---|---|
{major, minor, patch} | 90 | 00 |