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: 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 VGSecurityManager to load and set the security.

See Also