Click or drag to resize

VGMembershipEnablePasswordReset 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.0.101.19 (2019.0.0101.19)
Syntax
public static bool EnablePasswordReset { get; }

Property Value

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