Creates a new instance of VGSecurityRuntime for the specified repository name.

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(
	string repositoryName
)
Visual Basic
Public Sub New ( 
	repositoryName As String
)

Parameters

repositoryName
Type: System..::..String
A string value containing the name of the repository. This value must exist in the list of repository defined in the Visual Guard configuration file.

See Also