System.Web.Security.MembershipProvider.EnablePasswordReset Property

Indicates whether the membership provider is configured to allow users to reset their passwords.

Syntax

public abstract bool EnablePasswordReset { get; }

Value

Documentation for this section has not yet been entered.

Remarks

MembershipProvider.EnablePasswordReset contains a Boolean value specified in the configuration file (Web.config) using the enablePasswordReset attribute. The value indicates whether users can use the MembershipProvider.ResetPassword(string, string) method to overwrite their current password with a new, randomly generated password. This property is read-only.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0