コード例 #1
0
 private bool TestPassword(string password, EncryptedPassword encryptedPassword)
 {
     return(PasswordEncryptor.PasswordCorrect(password, encryptedPassword));
 }