示例#1
0
 public static void Encrypt(string path)
 {
     ArgumentNullException.ThrowIfNull(path);
     FileSystem.Encrypt(path);
 }