Click or drag to resize

VGMembershipUserIsApproved Property

Gets or sets whether the membership user can be authenticated.

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 bool IsApproved { get; set; }

Property Value

Type: Boolean
true if the user can be authenticated; otherwise, false.
Exceptions
ExceptionCondition
NotSupportedExceptionthe user is not a Visual Guard user and cannot be modified.
Remarks
if the user is not approved, the authentication process will always return failed even if the supplied user name and password are correct.
See Also