Visual Guard Class Library Documentation

VGSecurityRuntime.VGCheckVersionEventHandler Event

Allows to check if the version of the repository permissions is compatible with the version of the application.

public event VGCheckVersionEventHandler CheckVersion;

Event Data

The event handler receives an argument of type VGCheckVersionEventArgs containing data related to this event. The following VGCheckVersionEventArgs properties provide information specific to this event.

Property Description
Cancel Allows to cancel the authentication or authorization process.
Version Gets the version of the permissions of the application.

Remarks

Occurs after the authentication and before loading permissions.

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace