AnonymousIdentificationModule.Init Method (HttpApplication)

 

Initializes the AnonymousIdentificationModule object.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

Public Sub Init (
	app As HttpApplication
)

Parameters

app
Type: System.Web.HttpApplication

The current HttpApplication instance.

This method is not intended to be called from application code.

The Init method ensures that the AnonymousIdentificationModule is included in the processing of the PostAuthenticateRequest event.

.NET Framework
Available since 2.0
Return to top
Show: