Click or drag to resize

VGMembershipInstanceRequiresQuestionAndAnswer Property

Gets a value indicating whether the repository is configured to require the user to answer a password question for password reset and retrieval.

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 RequiresQuestionAndAnswer { get; }

Return Value

Type: Boolean
true if a password answer is required for password reset and retrieval; otherwise, false. The default is true.
See Also