ChangePassword.MembershipProvider Property
Gets or sets the membership provider that is used to manage member information.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe name of the MembershipProvider for the ChangePassword control. The default is the membership provider for the application.
The MembershipProvider property gets or sets the membership provider that is used to look up member information. If the MembershipProvider property is null or empty, the default membership provider, AspNetSqlMembershipProvider, is used. For more information about the membership providers available to ASP.NET applications, see Membership Providers.
The new password must meet the minimum requirements set by the membership provider in the MinRequiredPasswordLength, MinRequiredNonAlphanumericCharacters, and PasswordStrengthRegularExpression properties. If the password does not meet these requirements, the ChangePasswordError event is raised.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
Available since 2.0
MembershipProvider
ChangePassword Class
System.Web.UI.WebControls Namespace
ASP.NET Login Controls Overview
Customizing the Appearance of ASP.NET Login Controls
ASP.NET Web Server Controls Templates
How to: Display Different Information to Anonymous and Logged In Users
Web Site Administration Tool Security Tab
Web Site Administration Tool Provider Tab
Securing Login Controls
Basic Security Practices for Web Applications
Securing Membership