Reputation: 9
I am currently using a FileOp.Copy routine.
ShellFileOperation.DoFileOperation(sourceFile,
DestinationFile,
"Moved Files",
FileOp.Copy,
FileOpFlags.NoCopySecurityAttributes | FileOpFlags.NoErrorUI,
f1);
I now have a policy that states: "must be encrypted in transit"
Is there a way to ensure that this routine is encrypting the file between computer A and computer B? Is there a different routine that would give me this function?
Thanks, Mike
I don't know what I'm expecting.
Just want a solution that would make the paranoid crowd happy.
Upvotes: -1
Views: 79