Click or drag to resize

VGSecurityInitializedEventArgsRuntime Property

Gets or sets the VGSecurityRuntime object used to load and set the security of the application.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public VGSecurityRuntime Runtime { get; set; }

Property Value

Type: VGSecurityRuntime

The VGSecurityRuntime object used by VGSecurityManager to load and set the security.

See Also