Returns the VGSecurityRuntime object used to manage the principal.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[ObsoleteAttribute("If you need VGSecurityRuntime, you can use VGSecurityManager.Runtime", 
	true)]
VGSecurityRuntime Runtime { get; }
Visual Basic
<ObsoleteAttribute("If you need VGSecurityRuntime, you can use VGSecurityManager.Runtime", 
	true)> 
ReadOnly Property Runtime As VGSecurityRuntime
	Get

Property Value

Type: VGSecurityRuntime

See Also