Click or drag to resize

VGSecurityRuntimeCreateRuntimeForVGServer Method (String, String, Guid, Boolean, Int32)

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static VGSecurityRuntime CreateRuntimeForVGServer(
	string url,
	string repositoryName,
	Guid applicationId,
	bool anonymousSessionSupported,
	int cacheDuration
)

Parameters

url
Type: SystemString
repositoryName
Type: SystemString
applicationId
Type: SystemGuid
anonymousSessionSupported
Type: SystemBoolean
cacheDuration
Type: SystemInt32

Return Value

Type: VGSecurityRuntime
See Also