SystemIdentificationInfo
SystemIdentificationInfo
SystemIdentificationInfo
SystemIdentificationInfo
Class
Definition
Represents a unique system identifier based on either the app publisher ID or a user ID.
public : sealed class SystemIdentificationInfo : ISystemIdentificationInfopublic sealed class SystemIdentificationInfo : ISystemIdentificationInfoPublic NotInheritable Class SystemIdentificationInfo Implements ISystemIdentificationInfo// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Call the GetSystemIdForPublisher method or the GetSystemIdForUser method to get an instance of this class.
Properties
Id Id Id Id
Gets a unique system identifier based on either the app publisher ID or a user ID.
public : IBuffer Id { get; }public IBuffer Id { get; }Public ReadOnly Property Id As IBuffer// You can use this property in JavaScript.
Source Source Source Source
Gets the source that generated the unique ID, either a Unified Extensible Firmware Interface (UEFI) or a Trusted Platform Module (TPM).
public : SystemIdentificationSource Source { get; }public SystemIdentificationSource Source { get; }Public ReadOnly Property Source As SystemIdentificationSource// You can use this property in JavaScript.
- Value
- SystemIdentificationSource SystemIdentificationSource SystemIdentificationSource SystemIdentificationSource
The source that generated the unique ID.