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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static VGSecurityRuntime GetSecurityRuntime(
	HttpContext context
)
Visual Basic (Declaration)
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

the current VGSecurityRuntime used to secure the current request.

See Also