System.Web.Security.SqlMembershipProvider.EnablePasswordReset Property

Gets a value indicating whether the SQL Server membership provider is configured to allow users to reset their passwords.

Syntax

public override bool EnablePasswordReset { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Password reset allows the membership provider to replace the current password for a user name with a new, randomly generated password. This is especially useful when the SqlMembershipProvider.PasswordFormat property is set to MembershipPasswordFormat.Hashed, as users cannot retrieve hashed password values.

Requirements

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