Click or drag to resize

SecurityModuleInit Method

Initializes the SecurityModule.

Namespace: GSF.Web
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public virtual void Init(
	HttpApplication context
)
View Source

Parameters

context  HttpApplication
An HttpApplication object.

Implements

IHttpModuleInit(HttpApplication)
See Also