C# Класс OpenRasta.Authentication.Digest.DigestAuthenticationScheme

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

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

Метод Описание
Authenticate ( IRequest request ) : AuthenticationResult
Challenge ( IResponse response ) : void
DigestAuthenticationScheme ( IDigestAuthenticator digestAuthenticator ) : System

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

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

public Authenticate ( IRequest request ) : AuthenticationResult
request IRequest
Результат AuthenticationResult

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

public Challenge ( IResponse response ) : void
response IResponse
Результат void

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

public DigestAuthenticationScheme ( IDigestAuthenticator digestAuthenticator ) : System
digestAuthenticator IDigestAuthenticator
Результат System