5 references to _minNonAlphanumericCharactersError
System.Web (5)
Security\MembershipPasswordAttribute.cs (5)
81
this.
_minNonAlphanumericCharactersError
.ResourceType = value;
119
return this.
_minNonAlphanumericCharactersError
.Value;
122
if (this.
_minNonAlphanumericCharactersError
.Value != value) {
123
this.
_minNonAlphanumericCharactersError
.Value = value;
274
return this.
_minNonAlphanumericCharactersError
.GetLocalizableValue() ?? SR.GetString(SR.MembershipPasswordAttribute_InvalidPasswordNonAlphanumericCharacters);