Mike225
Mike225

Reputation: 9

How do I encrypt a file during transit/Copy

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

Answers (1)

Hawky2k21
Hawky2k21

Reputation: 1

I don't thinks it can. The person who made is preventing it

Upvotes: -1

Related Questions