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 'Encrypt' check box in the 'Advanced Attribute' dialog.

I am looking for an API to allow me do this in C#.

Any ideas?

link|improve this question

80% accept rate
Just gotten a link msdn.microsoft.com/en-us/library/aa363765(VS.85).aspx with AddUsersToEncryptedFile API – Julius A Aug 29 '09 at 13:49
feedback

1 Answer

up vote 0 down vote accepted

I got this post here very useful and the sample code attached is actually what I was looking for!!!!! It works - follow through the post for a fix to bug in original sample code in the post

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.