ApduEncoding Class
Namespace: Yubico.Core.Iso7816 Assembly: Yubico.Core.dllRepresents encoding options for an APDU's length fields.
C#
public sealed class ApduEncoding : Enum
Inheritance
System.Object
ApduEncoding
Fields
Name | Description |
---|---|
Automatic | Automatically determine the encoding length. |
ExtendedLength | Use extended encoding. |
ShortLength | Use short encoding. |
value__ |