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