ChangePassword.MembershipProvider Property

Gets or sets the membership provider that is used to manage member information.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

'Declaration
<ThemeableAttribute(False)> _
Public Overridable Property MembershipProvider As String
'Usage
Dim instance As ChangePassword
Dim value As String

value = instance.MembershipProvider

instance.MembershipProvider = value
/** @property */
public String get_MembershipProvider ()

/** @property */
public void set_MembershipProvider (String value)

public function get MembershipProvider () : String

public function set MembershipProvider (value : String)

Not applicable.

Property Value

The 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 a null reference (Nothing in Visual Basic) 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 Introduction to ASP.NET Themes.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: