Table of Contents

Class SmartCardMaxApduSizes

Namespace
Yubico.YubiKey
Assembly
Yubico.YubiKey.dll

This contains the maximum size (in bytes) of APDU commands for the various YubiKey models.

public static class SmartCardMaxApduSizes
Inheritance
object
SmartCardMaxApduSizes

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