SmartCardReaderKind SmartCardReaderKind SmartCardReaderKind SmartCardReaderKind Enum

Definition

Represents the smart card reader's type.

public : enum class SmartCardReaderKindpublic enum SmartCardReaderKindPublic Enum SmartCardReaderKind// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Any Any Any Any

This value is never returned.

This value can be used with GetDeviceSelector(SmartCardReaderKind) to specify no specific smart card reader type in the underlying Advanced Query Syntax (AQS) string.

EmbeddedSE EmbeddedSE EmbeddedSE EmbeddedSE

An embedded SE smart card reader.

Generic Generic Generic Generic

A generic smart card reader.

Nfc Nfc Nfc Nfc

A near field communication (NFC) smart card reader.

Tpm Tpm Tpm Tpm

A Trusted Platform Module (TPM) virtual smart card reader.

Uicc Uicc Uicc Uicc

A Universal Integrated Circuit Card (UICC) smart card reader.

See Also