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

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGSecurityRuntime Runtime { get; set; }
Visual Basic (Declaration)
Public Property Runtime As VGSecurityRuntime

Field Value

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

See Also