Bitlocker api

  • Thread starter Thread starter rsm
  • Start date Start date
Is there a C# wrapper available for the api?

Can't you consume it with the System.Management classes like all other
WMI APIs?


Mattias
 
rsm said:
Hi,

I am trying to use Bitlocker api: Win32_EncryptableVolume :
http://msdn2.microsoft.com/en-us/library/aa376483.aspx

Is there a C# wrapper available for the api?

Thanks,
rsm


The WMI classes are accessible via the System.Management classes, but before you go down
this road, are you sure you are running on a system that fulfils the minimum BitLocker
requirements? That means a system running Vista premium or Longhorn, equipped with a TPM
module and a TCG compliant BIOS.
If you do have these, why not simply use the Control Panel's "Bitlocker Drive Encryption"?


Willy.
 
Back
Top