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

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

공개 메소드들

메소드 설명
DigestAuthResponseChallenge ( string realm, string serverNonce, byte opaqueData, bool stale ) : System
GetCalculatedResponse ( string httpMethod ) : string

비공개 메소드들

메소드 설명
GetMD5HashBinHex ( string toBeHashed ) : string

메소드 상세

DigestAuthResponseChallenge() 공개 메소드

public DigestAuthResponseChallenge ( string realm, string serverNonce, byte opaqueData, bool stale ) : System
realm string
serverNonce string
opaqueData byte
stale bool
리턴 System

GetCalculatedResponse() 공개 메소드

public GetCalculatedResponse ( string httpMethod ) : string
httpMethod string
리턴 string