C# Class OpenRasta.Authentication.Digest.DigestAuthResponseChallenge

Show file Open project: openrasta/openrasta-core

Public Methods

Method Description
DigestAuthResponseChallenge ( string realm, string serverNonce, byte opaqueData, bool stale ) : System
GetCalculatedResponse ( string httpMethod ) : string

Private Methods

Method Description
GetMD5HashBinHex ( string toBeHashed ) : string

Method Details

DigestAuthResponseChallenge() public method

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

GetCalculatedResponse() public method

public GetCalculatedResponse ( string httpMethod ) : string
httpMethod string
return string