예제 #1
0
 public bool VerifyPassword(string password, string hash)
 {
     return(SecurityUtilities.Verify(password, hash));
 }