Click or drag to resize

VGHttpModuleGetSecurityRuntime Method

Gets the current VGSecurityRuntime used to secure the current request.

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static VGSecurityRuntime GetSecurityRuntime(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
a HttpContext object corresponding to the context of your request.

Return Value

Type: VGSecurityRuntime
the current VGSecurityRuntime used to secure the current request.
See Also