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: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public static bool EnablePasswordReset { get; }
Visual Basic
Public Shared ReadOnly Property EnablePasswordReset As Boolean
	Get

Property Value

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

See Also