C# 클래스 OpenRasta.Authentication.Digest.DigestAuthenticationScheme

상속: IAuthenticationScheme
파일 보기 프로젝트 열기: openrasta/openrasta-core

공개 메소드들

메소드 설명
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