Overload List

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

See Also