예제 #1
0
 //Create ProtectedFile Properties from FilePath, used by Developer, when recreate FileCSV
 public ProtectedFile(string pFilePath)
 {
     _md5       = FrameworkUtils.MD5HashFile(pFilePath);
     _md5Salted = SaltedString.GenerateSaltedString(_md5);
     _valid     = true;
 }