C# Class OpenRasta.Authentication.Digest.DigestAuthenticationScheme

Inheritance: IAuthenticationScheme
Show file Open project: openrasta/openrasta-core

Public Methods

Method Description
Authenticate ( IRequest request ) : AuthenticationResult
Challenge ( IResponse response ) : void
DigestAuthenticationScheme ( IDigestAuthenticator digestAuthenticator ) : System

Method Details

Authenticate() public method

public Authenticate ( IRequest request ) : AuthenticationResult
request IRequest
return AuthenticationResult

Challenge() public method

public Challenge ( IResponse response ) : void
response IResponse
return void

DigestAuthenticationScheme() public method

public DigestAuthenticationScheme ( IDigestAuthenticator digestAuthenticator ) : System
digestAuthenticator IDigestAuthenticator
return System