Enum ApduEncoding
Represents encoding options for an APDU's length fields.
public enum ApduEncoding
Fields
Automatic = 0Automatically determine the encoding length.
ExtendedLength = 2Use extended encoding.
ShortLength = 1Use short encoding.
Represents encoding options for an APDU's length fields.
public enum ApduEncoding
Automatic = 0Automatically determine the encoding length.
ExtendedLength = 2Use extended encoding.
ShortLength = 1Use short encoding.