Encrypt method

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How exactly works the Encrypt method of FileInfo class? i only see the
filename marked in green, but i can see the contents like always and modify
it.
 
VBA said:
How exactly works the Encrypt method of FileInfo class? i only see the
filename marked in green, but i can see the contents like always and modify
it.

It just means it's encrypted on disk so only the encrypting account can
see the contents (in a useful manner).

Try changing to a different account and opening the file...
 
How exactly works the Encrypt method of FileInfo class? i only see the
filename marked in green, but i can see the contents like always and modify
it.

You can, but other users can't.

Seaerch for "Encrypting File System" for more information.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top