Visual Guard Class Library Documentation

VGSecurityRuntime Constructor (String, Guid)

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

public VGSecurityRuntime(
   String repositoryName,
   Guid appId
);

Parameters

repositoryName
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
The id of the application for which the security will be loaded

See Also

VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace | VGSecurityRuntime Constructor Overload List