5 references to _minPasswordLengthError
System.Web (5)
Security\MembershipPasswordAttribute.cs (5)
80
this.
_minPasswordLengthError
.ResourceType = value;
98
return this.
_minPasswordLengthError
.Value;
101
if (this.
_minPasswordLengthError
.Value != value) {
102
this.
_minPasswordLengthError
.Value = value;
244
return this.
_minPasswordLengthError
.GetLocalizableValue() ?? SR.GetString(SR.MembershipPasswordAttribute_InvalidPasswordLength);