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