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

  ClassDescription
Public classVGAuthenticationExceptionEventArgs

Provides data for the AuthenticationSucceeded event.

Public classVGAuthenticationFailedEventArgs

Provides data for the AuthenticationSucceeded event.

Public classVGAuthenticationSucceededEventArgs

Provides data for the AuthenticationSucceeded event.

Public classVGChangePasswordForm
Allows users to change the password.
Public classVGGroupSelectionForm
Allows users to select one or more groups in the list of granted groups.
Public classVGLoginForm
Allows to authenticate a user and load the Visual Guard permissions for the application.
Public classVGPasswordTextBox
Extended password text box.
Public classVGRoleSelectionForm
Allows users to select one or more roles in the list of granted roles.

Delegates

  DelegateDescription
Public delegateVGAuthenticationExceptionEventHandler
Represents the method that handles a AuthenticationFailed event.
Public delegateVGAuthenticationFailedEventHandler
Represents the method that handles a AuthenticationFailed event.
Public delegateVGAuthenticationSucceededEventHandler
Represents the method that handles a AuthenticationSucceeded event.

Enumerations

  EnumerationDescription
Public enumerationVGRoleSelectionMode Obsolete.
Defines the mode of selection for granted roles during the authentication process.
Public enumerationVGSelectionMode