Click or drag to resize

VGMembershipInstanceEnablePasswordReset Property

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public bool EnablePasswordReset { get; }

Property Value

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