Click or drag to resize

VGServiceRuntimeProviderRuntimeInitialized Event

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

Namespace:  Novalys.VisualGuard.Security.WebService
Assembly:  Novalys.VisualGuard.Security.WebService (in Novalys.VisualGuard.Security.WebService.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static event EventHandler<VGSecurityInitializedEventArgs> RuntimeInitialized

Value

Type: SystemEventHandlerVGSecurityInitializedEventArgs
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