Tagged Questions
2
votes
1answer
184 views
Creating a new directory from C# with Encrypting File System switched on
Has anyone created a new directory from C# with Encrypting File System switched on?
Additionally any information on doing this from an install would be helpful too.
1
vote
3answers
572 views
Decrypting EFS encrypted files
I have a number of files that were encrypted using EFS on my old Windows XP installation. I installed Windows 7 and now I can't access these files. You can read about the whole embarrassing ...
0
votes
1answer
463 views
How to determine whether a file is encrypted with EFS?
Is there a library method somewhere for figuring out whether a file has been encrypted with EFS? I see the Encrypt() and Decrypt() methods on FileInfo, but am looking for a way to query a file's ...
0
votes
1answer
514 views
C# Programmatically adding EFS Certificates to encrypted file(EFS)
After a file has been encrypted using EFS, its possible to share file access with other users by selectig their certificates from a list provided when you click on the 'Details' button next to the ...