SmartCardConnectionKind Enum
Namespace: Yubico.Core.Devices.SmartCard Assembly: Yubico.Core.dllRepresents the means in which the smart card is connected to the system or reader.
C#
public enum SmartCardConnectionKind
Fields
Any | Match any type of smart card during a query. |
Nfc | The smart card is connected through a Near-Field Communication (NFC) reader. |
Unknown | The kind of connection used for this smart card could not be determined. |
Usb | The smart card is connected through a USB smart card reader. |