C# Класс Crafted.Volva.BasicAuthentication

Basic Authentication Module
Наследование: IHttpModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.

Init ( System.Web.HttpApplication context ) : void

Initializes a module and prepares it to handle requests.

Приватные методы

Метод Описание
IsAuthenticated ( System.Web.HttpApplication context ) : bool

Determines whether the specified context is authenticated.

OnAuthorize ( object sender, EventArgs e ) : void

Called when [authorize].

OnBeginRequest ( object sender, EventArgs e ) : void

Called when [begin request].

SendAuthChallengeHeader ( System.Web.HttpApplication context ) : void

Sends the auth challenge header.

SendNotAuthorizedHeader ( System.Web.HttpApplication context ) : void

Sends the not authorized header.

Описание методов

Dispose() публичный Метод

Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.
public Dispose ( ) : void
Результат void

Init() публичный Метод

Initializes a module and prepares it to handle requests.
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication An that provides access to the methods, properties, and events common to all application objects within an ASP.NET application
Результат void