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: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public static VGSecurityRuntime GetSecurityRuntime(
	HttpContext context
)
Visual Basic
Public Shared Function GetSecurityRuntime ( 
	context As HttpContext
) As VGSecurityRuntime

Parameters

context
Type: System.Web..::..HttpContext
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