C# Class Mono.Security.Protocol.Ntlm.ChallengeResponse

Inheritance: IDisposable
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
ChallengeResponse ( ) : System
ChallengeResponse ( string password, byte challenge ) : System
Dispose ( ) : void

Private Methods

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

Method Details

ChallengeResponse() public method

public ChallengeResponse ( ) : System
return System

ChallengeResponse() public method

public ChallengeResponse ( string password, byte challenge ) : System
password string
challenge byte
return System

Dispose() public method

public Dispose ( ) : void
return void