예제 #1
0
 public static string sHashIt(tvProfile aoProfile)
 {
     return(HashClass.sHashPw(aoProfile));
 }
예제 #2
0
 public static string sHashIt(tvProfile aoProfile)
 {
     return(HashClass.sHashPw(aoProfile.ToString().Substring(0, 256)));
 }