Class SmartCardMaxApduSizes
This contains the maximum size (in bytes) of APDU commands for the various YubiKey models.
public static class SmartCardMaxApduSizes
- Inheritance
-
objectSmartCardMaxApduSizes
Fields
NEO
The max APDU command size for the YubiKey NEO
public const int NEO = 1390
Field Value
- int
YK4
The max APDU command size for the YubiKey 4 and greater
public const int YK4 = 2038
Field Value
- int
YK4_3
The max APDU command size for the YubiKey 4.3 and greater
public const int YK4_3 = 3062
Field Value
- int