C# Class TripleSoftware.Sasl.Mechanism.DigestMD5SaslMechanism

SASL Digest-MD5 authentication Mechanism
Inheritance: ASaslMechanism
显示文件 Open project: rckoenes/Sasl.NET Class Usage Examples

Public Methods

Method 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

Method Description
Response ( ) : string
UriAuthentication ( ) : byte[]

Second stage of user Authentication.

UserAuthenticationHash ( ) : byte[]

First stage of user authentication.

Method Details

GetResponse() public method

Respond to the servers sasl challenge with a MD5
public GetResponse ( ) : string
return string

GetResponse() public method

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