下面摘自 MSDN
Encrypted: Indicates that a file is encrypted and can be decrypted only by using the same user account used for encryption.
也就是说这种被加密的文件,必须用相同的用户帐号才能打开。如果你不想这样,你可以调用 .net 的加密类库用DES 等方式对文件流自己进行加密。
Encrypted | 指示文件是加密的,只能通过用于加密的同一用户帐户来解密。 |
参考:http://msdn.microsoft.com/zh-cn/library/system.io.fileoptions%28VS.80%29.aspx