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

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool EnablePasswordReset { get; }
Visual Basic (Declaration)
Public ReadOnly Property EnablePasswordReset As Boolean

Field Value

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

See Also