Beispiel #1
0
 public bool ValidatePasswordAnswer(string answer)
 {
     return(MembershipUser.ValidatePasswordAnswer(answer));
 }