Win32_EncryptableVolume 类的 GetKeyProtectors 方法
Win32_EncryptableVolume 类的 GetKeyProtectors 方法列出了用于保护卷加密密钥的保护程序。 如果提供了保护程序类型,则仅返回指定类型的卷密钥保护程序。
语法
uint32 GetKeyProtectors(
[in, optional] uint32 KeyProtectorType,
[out] string VolumeKeyProtectorID[]
);
parameters
-
KeyProtectorType [in, 可选]
-
类型: uint32
一个无符号整数,指定要返回的密钥保护程序的类型。
如果未指定此参数,则返回卷的所有可用密钥保护程序。
值 含义 - 0
所有类型。
将返回所有密钥保护程序。- 1
受信任的平台模块 (TPM) 。 - 2
外部密钥。 - 3
数字密码。 - 4
TPM 和 PIN。 - 5
TPM 和启动密钥。 - 6
TPM 和 PIN 和启动密钥。 - 7
公钥。 - 8
密码。 - 9
TPM 证书 - 10
安全标识符 (SID) -
VolumeKeyProtectorID [out]
-
类型: string[]
一个字符串数组,用于标识用于保护卷加密密钥的密钥保护程序。
返回值
类型: uint32
此方法返回以下代码之一,如果失败,则返回另一个错误代码。
返回代码/值 | 说明 |
---|---|
|
方法成功。 |
|
指定了 VolumeKeyProtectorID 参数,但不引用有效的 KeyProtectorType。 |
|
未在卷上启用 BitLocker。 添加密钥保护程序以启用 BitLocker。 |
备注
托管对象格式 (MOF) 文件包含 Windows Management Instrumentation (WMI) 类的定义。 MOF 文件未作为 Windows SDK 的一部分安装。 使用 服务器管理器 添加关联角色时,这些角色将安装在服务器上。 有关 MOF 文件的详细信息,请参阅 托管对象格式 (MOF) 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista 企业版,Windows Vista 旗舰版 [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
命名空间 |
Root\CIMV2\Security\MicrosoftVolumeEncryption |
MOF |
|
请参阅