Table of Contents

Enum ApduEncoding

Namespace
Yubico.Core.Iso7816
Assembly
Yubico.Core.dll

Represents encoding options for an APDU's length fields.

public enum ApduEncoding

Fields

Automatic = 0

Automatically determine the encoding length.

ExtendedLength = 2

Use extended encoding.

ShortLength = 1

Use short encoding.