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