Base:
property
RequiresQuestionAndAnswer
System.Web.Security.MembershipProvider.RequiresQuestionAndAnswer
5 references to RequiresQuestionAndAnswer
System.Web (5)
Security\ADMembershipProvider.cs (5)
691if(!SecUtility.ValidateParameter(ref passwordQuestion, RequiresQuestionAndAnswer, true, false, maxPasswordQuestionLength)) 698if(!SecUtility.ValidateParameter(ref passwordAnswer, RequiresQuestionAndAnswer, true, false, maxPasswordAnswerLength)) 1034RequiresQuestionAndAnswer, 1041CheckPasswordAnswer(ref newPasswordAnswer, RequiresQuestionAndAnswer, maxPasswordAnswerLength, "newPasswordAnswer"); 1419CheckPasswordAnswer(ref passwordAnswer, RequiresQuestionAndAnswer, maxPasswordAnswerLength, "passwordAnswer");