Win32_Tpm 类的 CreateEndorsementKeyPair 方法

Win32_Tpm 类的 CreateEndorsementKeyPair 方法在 TPM 上创建 2048 位认可密钥对。 认可密钥对必须可用, TakeOwnership 方法才能成功运行。 可以使用 IsEndorsementKeyPairPresent 方法检测 TPM 上是否已存在认可密钥。

语法

uint32 CreateEndorsementKeyPair();

参数

此方法没有任何参数。

返回值

类型: uint32

可以返回所有 TPM 错误以及特定于 TPM 基本服务的错误。

下表列出了一些常见的返回代码。

返回代码/值 说明
S_OK
0 (0x0)
方法成功。
TPM_E_DISABLED_CMD
2150105096 (0x80280008)
此 TPM 上已存在认可密钥对。

 

备注

托管对象格式 (MOF) 文件包含 Windows Management Instrumentation (WMI) 类的定义。 MOF 文件未作为 Windows SDK 的一部分安装。 使用 服务器管理器添加关联角色时,它们安装在服务器上。 有关 MOF 文件的详细信息,请参阅 托管对象格式 (MOF)

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]
命名空间
Root\CIMV2\Security\MicrosoftTpm
MOF
Win32_tpm.mof
DLL
Win32_tpm.dll

另请参阅

Win32_Tpm