public static final class BitLockerFixedDrivePolicy.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BitLockerFixedDrivePolicy |
build() |
BitLockerFixedDrivePolicy.Builder |
encryptionMethod(BitLockerEncryptionMethod encryptionMethod)
“Select the encryption method for fixed drives.”
|
BitLockerFixedDrivePolicy.Builder |
recoveryOptions(BitLockerRecoveryOptions recoveryOptions)
“This policy setting allows you to control how BitLocker-protected fixed data
drives are recovered in the absence of the required credentials.
|
BitLockerFixedDrivePolicy.Builder |
requireEncryptionForWriteAccess(Boolean requireEncryptionForWriteAccess)
“This policy setting determines whether BitLocker protection is required for
fixed data drives to be writable on a computer.”
|
public BitLockerFixedDrivePolicy.Builder encryptionMethod(BitLockerEncryptionMethod encryptionMethod)
encryptionMethod - value of encryptionMethod property (as defined in service metadata)this (for method chaining)public BitLockerFixedDrivePolicy.Builder requireEncryptionForWriteAccess(Boolean requireEncryptionForWriteAccess)
requireEncryptionForWriteAccess - value of requireEncryptionForWriteAccess property (as defined in service metadata)this (for method chaining)public BitLockerFixedDrivePolicy.Builder recoveryOptions(BitLockerRecoveryOptions recoveryOptions)
recoveryOptions - value of recoveryOptions property (as defined in service metadata)this (for method chaining)public BitLockerFixedDrivePolicy build()
Copyright © 2018–2020. All rights reserved.