8 references to MinPasswordLengthError
System.Web (8)
Security\MembershipPasswordAttribute.cs (8)
69/// Gets or sets the <see cref="System.Type"/> that contains the resources for <see cref="MinPasswordLengthError"/>, 221/// This can be either a literal, non-localized string provided to <see cref="MinPasswordLengthError"/> or the 222/// localized string found when <see cref="ResourceType"/> has been specified and <see cref="MinPasswordLengthError"/> 228/// <see cref="MinPasswordLengthError"/> will be returned. 230/// When <see cref="ResourceType"/> has been specified and <see cref="MinPasswordLengthError"/> 234/// When <see cref="MinPasswordLengthError"/> has not been specified, a default error message will be returned. 238/// After setting both the <see cref="ResourceType"/> property and the <see cref="MinPasswordLengthError"/> property, 239/// but a public static property with a name matching the <see cref="MinPasswordLengthError"/> value couldn't be found