1 write to maxPasswordQuestionLength
System.Web (1)
Security\ADMembershipProvider.cs (1)
539
maxPasswordQuestionLength
= maxLength;
3 references to maxPasswordQuestionLength
System.Web (3)
Security\ADMembershipProvider.cs (3)
538
if (maxLength != -1 && maxLength <
maxPasswordQuestionLength
)
691
if(!SecUtility.ValidateParameter(ref passwordQuestion, RequiresQuestionAndAnswer, true, false,
maxPasswordQuestionLength
))
1037
maxPasswordQuestionLength
,