Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 804 Bytes

systemidentificationsource.md

File metadata and controls

38 lines (26 loc) · 804 Bytes
-api-id -api-type
T:Windows.System.Profile.SystemIdentificationSource
winrt enum

SystemIdentificationSource

-description

Indicates the module used to generate a unique system identifier.

-enum-fields

-field None:0

There is no module present on the device for generating a unique system ID.

-field Tpm:1

The ID was generated by a Trusted Platform Module (TPM).

-field Uefi:2

The ID was generated by a Unified Extensible Firmware Interface (UEFI).

-field Registry:3

The ID was generated from the system registry.

-remarks

Version history

Windows version SDK version Value added
1709 16299 Registry

-examples

-see-also