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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGSecurityRuntime(
	string repositoryName,
	Guid appId
)
Visual Basic (Declaration)
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