C# Class TripleSoftware.Sasl.Mechanism.DigestMD5SaslMechanism

SASL Digest-MD5 authentication Mechanism
Inheritance: ASaslMechanism
Afficher le fichier Open project: rckoenes/Sasl.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetResponse ( ) : string

Respond to the servers sasl challenge with a MD5

GetResponse ( string Challenge ) : string

Responce of the sasl class to the challenge

Private Methods

Méthode Description
Response ( ) : string
UriAuthentication ( ) : byte[]

Second stage of user Authentication.

UserAuthenticationHash ( ) : byte[]

First stage of user authentication.

Method Details

GetResponse() public méthode

Respond to the servers sasl challenge with a MD5
public GetResponse ( ) : string
Résultat string

GetResponse() public méthode

Responce of the sasl class to the challenge
public GetResponse ( string Challenge ) : string
Challenge string Server authentication Challenge
Résultat string