TestimoX

API Reference

Class

BitLockerVolumeInfo

Namespace ComputerX.Security.BitLocker
Assembly ComputerX

Holds BitLocker status information for a volume.

Inheritance

  • Object
  • BitLockerVolumeInfo

Constructors

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).