SimpleMembershipProvider.EnablePasswordReset Property

Definition

Gets a value that indicates whether the membership provider lets users reset their passwords.

public override bool EnablePasswordReset { get; }
member this.EnablePasswordReset : bool
Public Overrides ReadOnly Property EnablePasswordReset As Boolean

Property Value

true if the membership provider supports password reset; otherwise, false. The default is true.

Applies to