SmartCardConnectionKind Class
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 sealed class SmartCardConnectionKind : Enum
Inheritance
System.Object
SmartCardConnectionKind
Fields
Name | Description |
---|---|
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. |
value__ |