Esempio n. 1
0
 public static byte[] DESDecryptFile(string filePhysicalPath)
 {
     return(f.DESDecryptFile(filePhysicalPath));
 }