C# Class Rnwood.SmtpServer.Extensions.Auth.CramMd5AuthenticationCredentials

Inheritance: IAuthenticationCredentials
Mostrar archivo Open project: rnwood/smtp4dev Class Usage Examples

Public Methods

Method Description
CramMd5AuthenticationCredentials ( string username, string challenge, string challengeResponse ) : System
ValidateResponse ( string password ) : bool

Method Details

CramMd5AuthenticationCredentials() public method

public CramMd5AuthenticationCredentials ( string username, string challenge, string challengeResponse ) : System
username string
challenge string
challengeResponse string
return System

ValidateResponse() public method

public ValidateResponse ( string password ) : bool
password string
return bool