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.
| Class | Description |
|---|---|
| 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. |
| Delegate | Description |
|---|---|
| VGAuthenticationFailedEventHandler | Represents the method that handles a AuthenticationFailed event. |
| VGAuthenticationSucceededEventHandler | Represents the method that handles a AuthenticationSucceeded event. |
| Enumeration | Description |
|---|---|
| VGRoleSelectionMode | Defines the mode of selection for granted roles during the authentication process. |