コード例 #1
0
ファイル: FileHelper.cs プロジェクト: KhaledSMQ/SunNet.PM
 public static byte[] DESDecryptFile(string filePhysicalPath)
 {
     return(f.DESDecryptFile(filePhysicalPath));
 }