Win32_EncryptableVolume 类的 GetKeyProtectorExternalKey 方法
Win32_EncryptableVolume 类的 GetKeyProtectorExternalKey 方法检索相应类型的给定密钥保护程序的外部密钥。
密钥保护程序标识符必须引用类型为“外部密钥”、“TPM 和 PIN 和启动密钥”或“TPM 和启动密钥”的密钥保护程序。
语法
uint32 GetKeyProtectorExternalKey(
[in] string VolumeKeyProtectorID,
[out] uint8 ExternalKey[]
);
参数
-
VolumeKeyProtectorID [in]
-
类型: 字符串
用于管理加密卷密钥保护程序的唯一字符串标识符。
-
ExternalKey [out]
-
类型: uint8[]
字节数组,指定可用于解锁相应卷的 256 位外部密钥。
返回值
类型: uint32
此方法返回以下代码之一,如果失败,则返回另一个错误代码。
返回代码/值 | 说明 |
---|---|
|
方法成功。 |
|
卷已锁定。 |
|
VolumeKeyProtectorID 参数不引用类型为“外部密钥”、“TPM 和 PIN 和启动密钥”或“TPM 和启动密钥”的密钥保护程序。 |
|
未在卷上启用 BitLocker。 添加密钥保护程序以启用 BitLocker。 |
备注
托管对象格式 (MOF) 文件包含 Windows Management Instrumentation (WMI) 类的定义。 MOF 文件未作为 Windows SDK 的一部分安装。 使用 服务器管理器 添加关联角色时,这些角色将安装在服务器上。 有关 MOF 文件的详细信息,请参阅 托管对象格式 (MOF) 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista 企业版,Windows Vista 旗舰版 [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
命名空间 |
Root\CIMV2\Security\MicrosoftVolumeEncryption |
MOF |
|
另请参阅