SystemIdentificationInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據應用程式發行者識別碼或使用者識別碼來表示唯一的系統識別碼。
public ref class SystemIdentificationInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemIdentificationInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemIdentificationInfo
Public NotInheritable Class SystemIdentificationInfo
- 繼承
- 屬性
Windows 需求
| 規格需求 | Description |
|---|---|
| 裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
| API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
備註
呼叫 GetSystemIdForPublisher 方法或 GetSystemIdForUser 方法來取得這個類別的實例。
屬性
| 名稱 | Description |
|---|---|
| Id |
根據應用程式發行者識別碼或使用者識別碼,取得唯一的系統識別碼。 |
| Source |
取得產生唯一識別碼的來源,可以是整合可擴展韌體介面 (UEFI) 或信任的平臺模組 (TPM) 。 |