Overload List

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

See Also