SystemIdentificationInfo クラス

定義

アプリの発行元 ID またはユーザー ID に基づいて一意のシステム識別子を表します。

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
継承
Object Platform::Object IInspectable SystemIdentificationInfo
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

GetSystemIdForPublisher メソッドまたは GetSystemIdForUser メソッドを呼び出して、このクラスのインスタンスを取得します。

プロパティ

Id

アプリの発行元 ID またはユーザー ID に基づいて、一意のシステム識別子を取得します。

Source

統合拡張ファームウェア インターフェイス (UEFI) またはトラステッド プラットフォーム モジュール (TPM) のいずれかの一意の ID を生成したソースを取得します。

適用対象