コード例 #1
0
 public static string sHashIt(tvProfile aoProfile)
 {
     return(HashClass.sHashPw(aoProfile));
 }
コード例 #2
0
ファイル: HashClass.cs プロジェクト: tstnetwork/GetCert2
 public static string sHashIt(tvProfile aoProfile)
 {
     return(HashClass.sHashPw(aoProfile.ToString().Substring(0, 256)));
 }