Table of Contents

Enum SmartCardConnectionKind

Namespace
Yubico.Core.Devices.SmartCard
Assembly
Yubico.Core.dll

Represents the means in which the smart card is connected to the system or reader.

public enum SmartCardConnectionKind

Fields

Any = 0

Match any type of smart card during a query.

Nfc = 3

The smart card is connected through a Near-Field Communication (NFC) reader.

Unknown = 1

The kind of connection used for this smart card could not be determined.

Usb = 2

The smart card is connected through a USB smart card reader.