2 references to GetNullableIntValue
System.Web (2)
Security\ADMembershipProvider.cs (1)
382passwordStrengthRegexTimeout = SecUtility.GetNullableIntValue(config, "passwordStrengthRegexTimeout");
Security\SQLMembershipProvider.cs (1)
128_passwordStrengthRegexTimeout = SecUtility.GetNullableIntValue(config, "passwordStrengthRegexTimeout");