Gets or sets the VGSecurityRuntime object used by this class to retrieve authentication information

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

Syntax

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

Property Value

Type: VGSecurityRuntime

Remarks

By default the value is equal to the runtime used by VGSecurityManager. You must change the default value only if you want to work with more than one principal in your application at the same time.

See Also