Visual Guard Class Library Documentation

VGMembershipUser.IsApproved Property

Gets or sets whether the membership user can be authenticated.

public Boolean IsApproved {get; set;}

Property Value

true if the user can be authenticated; otherwise, false.

Remarks

if the user is not approved, the authentication process will always return failed even if the supplied user name and password are correct.

Exceptions

Exception Type Condition
NotSupportedException the user is not a Visual Guard user and cannot be modified.

See Also

VGMembershipUser Class | Novalys.VisualGuard.Security.Membership Namespace