Creates a new instance of VGSecurityRuntime for the specified repository name.
Creates a new instance of VGSecurityRuntime and use the repository defined as default in the Visual Guard configuration file.
public VGSecurityRuntime();
Creates a new instance of VGSecurityRuntime based on an existing runtime.
public VGSecurityRuntime(VGSecurityRuntime);
Creates a new instance of VGSecurityRuntime based on an existing runtime and specifies the application managed by the new runtime.
public VGSecurityRuntime(VGSecurityRuntime,Guid);
Creates a new instance of VGSecurityRuntime for the specified application in the default repository.
public VGSecurityRuntime(Guid);
Creates a new instance of VGSecurityRuntime for the specified repository name.
public VGSecurityRuntime(String);
Creates a new instance of VGSecurityRuntime for the specified repository name and application id.
public VGSecurityRuntime(String,Guid);
VGSecurityRuntime Class | Novalys.VisualGuard.Security Namespace