"rsm" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.