Click or drag to resize

VGSecurityRuntime Constructor (VGSecurityRuntime)

Creates a new instance of VGSecurityRuntime based on an existing runtime.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGSecurityRuntime(
	VGSecurityRuntime runtime
)

Parameters

runtime
Type: Novalys.VisualGuard.SecurityVGSecurityRuntime
the runtime used as source.
Remarks
This method allows to create a new instance of a runtime that will access to the same repository with the same application id. Visual Guard will use the settings of the existing runtime to access to the repository and it will use the same cache to store the information loaded from the repository.
See Also