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.<
It seems that calling File.EncryptFile also works on directories. I guess it just forwards to EncryptFile internally.
EncryptFile