System.Web.Security.AnonymousIdentificationModule.Init Method

Initializes the System.Web.Security.AnonymousIdentificationModule object.

Syntax

public void Init (System.Web.HttpApplication app)

Parameters

app
The current System.Web.HttpApplication instance.

Remarks

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

The AnonymousIdentificationModule.Init(System.Web.HttpApplication) method ensures that the System.Web.Security.AnonymousIdentificationModule is included in the processing of the System.Web.HttpApplication.PostAuthenticateRequest event.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0