SECURE_ELEMENT_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nfcsedev.h

typedef enum _SECURE_ELEMENT_TYPE {
  Integrated,
  External,
  DeviceHost
} SECURE_ELEMENT_TYPE, *PSECURE_ELEMENT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-nfcsedev-_secure_element_type)

_SECURE_ELEMENT_TYPE enumeration

Description

Indicates the type of a secure element.

Constants

Integrated

Integrated secure element.

External

Separate UICC-based secure element.

DeviceHost

Separate HCE-based secure element.