Win32_EncryptableVolume 類別的 IsAutoUnlockEnabled 方法
Win32_EncryptableVolume類別的IsAutoUnlockEnabled方法會指出當磁片區掛接 (時,磁片區是否已自動解除鎖定,例如,當卸載式記憶體裝置連接到電腦時) 。
語法
uint32 IsAutoUnlockEnabled(
[out] boolean IsAutoUnlockEnabled,
[out] string VolumeKeyProtectorID
);
參數
-
IsAutoUnlockEnabled [out]
-
類型: 布林值
布林值,如果用來自動解除鎖定磁片區的外部索引鍵存在且已儲存在目前執行的作業系統磁片區中,則為 true,否則為 false。
-
VolumeKeyProtectorID [out]
-
類型: 字串
唯一字串識別碼,如果 IsAutoUnlockEnabled 為 true,則包含相關聯的加密磁片區金鑰保護裝置識別碼。
如果 IsAutoUnlockEnabled 為 false, VolumeKeyProtectorID 是空字串。
傳回值
類型: uint32
此方法會在失敗時傳回下列其中一個代碼或另一個錯誤碼。
傳回碼/值 | 描述 |
---|---|
|
此方法成功。 |
|
磁碟區上未啟用 BitLocker。 新增金鑰保護裝置以啟用 BitLocker。 |
|
方法無法針對目前執行的作業系統磁片區執行。 |
備註
Managed 物件格式 (MOF) 檔案包含 Windows Management Instrumentation (WMI) 類別的定義。 MOF 檔案不會安裝為 Windows SDK 的一部分。 當您使用 伺服器管理員 新增相關聯的角色時,它們會安裝在伺服器上。 如需 MOF 檔案的詳細資訊,請參閱 Managed Object Format (MOF) 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista Enterprise、Windows Vista Ultimate [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |
命名空間 |
Root\CIMV2\Security\MicrosoftVolumeEncryption |
MOF |
|
另請參閱