Exemplo n.º 1
0
 public static string sHashIt(tvProfile aoProfile)
 {
     return(HashClass.sHashPw(aoProfile));
 }
Exemplo n.º 2
0
 public static string sHashIt(tvProfile aoProfile)
 {
     return(HashClass.sHashPw(aoProfile.ToString().Substring(0, 256)));
 }