The VGSecurityManager type exposes the following members.

Events

  NameDescription
Public eventStatic memberCheckVersion
Allows to check if the version of the repository permissions is compatible with the version of the application.
Public eventStatic memberDefaultRuntimeInitialized
Occurs when the VGSecurityRuntime object assigned by default to the security manager is initialized.
Public eventStatic memberGroupsLoading
Occurs before the permissions are loaded and allows filtering the list of user's groups for contextual group selection.
Public eventStatic memberLogWriting
Occurs before a log entries is written in a repository.
Public eventStatic memberPermissionsLoading
Occurs before the permissions are loaded and allows filtering the list of user's roles.
Public eventStatic memberSecurityError
Occurs when Visual Guard loads security actions and a type are unknown or when Visual Guard sets the security of an object and an exception occurs.
Public eventStatic memberSecurityLoaded
Occurs after the security permissions are loaded.
Public eventStatic memberSignedOut
Occurs when the current user is signed out.
Public eventStatic memberValidatingPassword
Occurs when a password is changed or is reset.

See Also