Visual Guard Class Library Documentation

VGServiceRuntimeProvider.EventHandler<TEventArgs> Event

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

public static event EventHandler<TEventArgs> RuntimeInitialized;

Remarks

The event handler receives an argument of type VGSecurityInitializedEventArgs containing data related to this event. The RuntimeInitialized event allows to change the default security settings used by Visual Guard to load the security for the specified service description.

See Also

VGServiceRuntimeProvider Class | Novalys.VisualGuard.Security.WebService Namespace