SmartCardReaderKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the smart card reader's type.
public enum class SmartCardReaderKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SmartCardReaderKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SmartCardReaderKind
var value = Windows.Devices.SmartCards.SmartCardReaderKind.any
Public Enum SmartCardReaderKind
- Inheritance
-
SmartCardReaderKind
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Any | 0 | 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. |
Generic | 1 | A generic smart card reader. |
Tpm | 2 | A Trusted Platform Module (TPM) virtual smart card reader. |
Nfc | 3 | A near field communication (NFC) smart card reader. |
Uicc | 4 | A Universal Integrated Circuit Card (UICC) smart card reader. |
EmbeddedSE | 5 | An embedded SE smart card reader. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | EmbeddedSE |