C# Class OpenRasta.Authentication.Digest.DigestAuthResponseChallenge

Afficher le fichier Open project: openrasta/openrasta-core

Méthodes publiques

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

Private Methods

Méthode Description
GetMD5HashBinHex ( string toBeHashed ) : string

Method Details

DigestAuthResponseChallenge() public méthode

public DigestAuthResponseChallenge ( string realm, string serverNonce, byte opaqueData, bool stale ) : System
realm string
serverNonce string
opaqueData byte
stale bool
Résultat System

GetCalculatedResponse() public méthode

public GetCalculatedResponse ( string httpMethod ) : string
httpMethod string
Résultat string