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

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