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

Syntax

C#
public VGSecurityRuntime(
	VGSecurityRuntime runtime
)
Visual Basic
Public Sub New ( 
	runtime As VGSecurityRuntime
)

Parameters

runtime
Type: Novalys.VisualGuard.Security..::..VGSecurityRuntime
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