Visual Guard Class Library Documentation

Novalys.VisualGuard.Security.WinForm Namespace

The Novalys.VisualGuard.Security.WinForm namespace contains all classes based on a Windows user interface.

The VGLoginForm class provides an user interface to authenticate a user and load the security according to the permission granted to this user.

The VGChangePasswordForm class provides an user interface to change the password of a Visual Guard user.

If you need to integrate Visual Guard in a WinForm application, we strongly recommend to read the "How to integrate Visual Guard in a WinForm application" document.

Namespace hierarchy

Classes

ClassDescription
VGAuthenticationFailedEventArgs

Provides data for the AuthenticationSucceeded event.

VGAuthenticationSucceededEventArgs

Provides data for the AuthenticationSucceeded event.

VGChangePasswordForm Allows users to change the password.
VGLoginForm Allows to authenticate a user and load the Visual Guard permissions for the application.
VGPasswordTextBox Extended password text box.
VGRoleSelectionForm Allows users to select one or more roles in the list of granted roles.

Delegates

DelegateDescription
VGAuthenticationFailedEventHandler Represents the method that handles a AuthenticationFailed event.
VGAuthenticationSucceededEventHandler Represents the method that handles a AuthenticationSucceeded event.

Enumerations

EnumerationDescription
VGRoleSelectionMode Defines the mode of selection for granted roles during the authentication process.