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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGSecurityRuntime Runtime { get; set; }
Visual Basic
Public Property Runtime As VGSecurityRuntime
	Get
	Set

Property Value

Type: VGSecurityRuntime

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

See Also