Show / Hide Table of Contents

ApduEncoding Enum

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

Represents encoding options for an APDU's length fields.

C#
public enum ApduEncoding

Fields

Automatic

Automatically determine the encoding length.

ExtendedLength

Use extended encoding.

ShortLength

Use short encoding.

In this article
Back to top Generated by DocFX