C# Class OpenRasta.Authentication.Digest.DigestAuthenticationScheme

Inheritance: IAuthenticationScheme
Afficher le fichier Open project: openrasta/openrasta-core

Méthodes publiques

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

Method Details

Authenticate() public méthode

public Authenticate ( IRequest request ) : AuthenticationResult
request IRequest
Résultat AuthenticationResult

Challenge() public méthode

public Challenge ( IResponse response ) : void
response IResponse
Résultat void

DigestAuthenticationScheme() public méthode

public DigestAuthenticationScheme ( IDigestAuthenticator digestAuthenticator ) : System
digestAuthenticator IDigestAuthenticator
Résultat System