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

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

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.
appId
Type: System..::..Guid
The id of the application for which the security will be loaded

See Also