Click or drag to resize

VGSecurityRuntime Constructor (String, Guid)

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGSecurityRuntime(
	string repositoryName,
	Guid appId
)

Parameters

repositoryName
Type: SystemString
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: SystemGuid
The id of the application for which the security will be loaded
See Also