Creates a new instance of VGSecurityRuntime for the specified application in the default repository.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGSecurityRuntime(
	Guid appId
)
Visual Basic
Public Sub New ( 
	appId As Guid
)

Parameters

appId
Type: System..::..Guid
The id of the application for which the security will be loaded

See Also