Occurs when the VGSecurityRuntime object assigned by default to the security manager is initialized.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static event VGSecurityInitializedEventHandler DefaultRuntimeInitialized
Visual Basic
Public Shared Event DefaultRuntimeInitialized As VGSecurityInitializedEventHandler

Value

Type: Novalys.VisualGuard.Security..::..VGSecurityInitializedEventHandler

Remarks

The event handler receives an argument of type VGSecurityInitializedEventArgs containing data related to this event. The DefaultRuntimeInitialized event allows to change the default security settings used by Visual Guard to load the security from the repository and set the security on the objects of the application.

For ASP.Net application using the VGHttpModule module to manage the security, the VGSecurityRuntime object defined in this event is not used. You should use the VGHttpModule.Initialized event if you want to change the default security settings.

See Also