WindowsAuthenticationModule.Init Method (HttpApplication)

 

Initializes the WindowsAuthenticationModule object.

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

abstract Init : 
        app:HttpApplication -> unit
override Init : 
        app:HttpApplication -> unit

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 WindowsAuthenticationModule is included in the processing of the AuthenticateRequest event.

.NET Framework
Available since 1.1
Return to top
Show: