C# Class MailKit.Security.Ntlm.ChallengeResponse

Inheritance: IDisposable
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Méthode Description
ChallengeResponse ( ) : System
ChallengeResponse ( string password, byte challenge ) : System
Dispose ( ) : void

Private Methods

Méthode Description
CheckDisposed ( ) : void
Dispose ( bool disposing ) : void
GetResponse ( byte pwd ) : byte[]
PasswordToKey ( string password, int position ) : byte[]
PrepareDESKey ( byte key56bits, int position ) : byte[]

Method Details

ChallengeResponse() public méthode

public ChallengeResponse ( ) : System
Résultat System

ChallengeResponse() public méthode

public ChallengeResponse ( string password, byte challenge ) : System
password string
challenge byte
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void