SystemIdentificationSource 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
고유한 시스템 식별자를 생성하는 데 사용되는 모듈을 나타냅니다.
public enum class SystemIdentificationSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class SystemIdentificationSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum SystemIdentificationSource
var value = Windows.System.Profile.SystemIdentificationSource.none
Public Enum SystemIdentificationSource
- 상속
-
SystemIdentificationSource
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
필드
None | 0 | 고유한 시스템 ID를 생성하기 위한 모듈이 디바이스에 없습니다. |
Registry | 3 | ID가 시스템 레지스트리에서 생성되었습니다. |
Tpm | 1 | ID는 TPM(신뢰할 수 있는 플랫폼 모듈)에 의해 생성되었습니다. |
Uefi | 2 | ID는 UEFI(Unified Extensible Firmware Interface)에 의해 생성되었습니다. |
설명
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1709 | 16299 | 레지스트리 |