Is there any chance to get from C# application the information which drives were encrypted by TrueCrypt application. Other options would be also very helpful.
Thank you very much in advance.
Is there any chance to get from C# application the information which drives were encrypted by TrueCrypt application. Other options would be also very helpful.
Thank you very much in advance.
Copyright © 2021 Jogjafile Inc.
Yes. When using this code (based on code found at https://social.msdn.microsoft.com/Forums/en-US/e43cc927-4bcc-42d7-9630-f5fdfdb4a1fa/get-absolute-path-of-drive-mapped-to-local-folder?forum=netfxnetcom):
The variable targetPath in this scenario contains the value \Device\TrueCryptVolumeN.
When passing the C:\ in as the path, the value of targetPath is \Device\HarddiskVolume1.