Base:
property
MinRequiredPasswordLength
System.Web.Security.MembershipProvider.MinRequiredPasswordLength
5 references to MinRequiredPasswordLength
System.Web (5)
Security\SQLMembershipProvider.cs (5)
313if( password.Length < MinRequiredPasswordLength ) 560if( newPassword.Length < MinRequiredPasswordLength ) 564MinRequiredPasswordLength.ToString(CultureInfo.InvariantCulture))); 1812MinRequiredPasswordLength < PASSWORD_SIZE ? PASSWORD_SIZE : MinRequiredPasswordLength,