API Reference
Class
BitLockerVolumeInfo
Holds BitLocker status information for a volume.
Inheritance
- Object
- BitLockerVolumeInfo
Constructors
public BitLockerVolumeInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name.
public String DriveLetter { get; set; } #Drive letter (when applicable).
public BitLockerProtectionStatus ProtectionStatus { get; set; } #Protection status (On/Off).
public BitLockerConversionStatus ConversionStatus { get; set; } #Conversion (encryption) status.
public UInt32 EncryptionPercentage { get; set; } #Encryption percentage as reported by the provider.
public Nullable<UInt32> EncryptionMethod { get; set; } #Encryption method code (see MicrosoftVolumeEncryption docs).