Method | Description | |
---|---|---|
AuthenticateAsClient ( Stream stream, byte additionalChallenge = null ) : bool | ||
SrpClient ( string username, string password ) : System |
Creates a client that will authenticate with the specified username and password.
|
Method | Description | |
---|---|---|
Authenticate ( Stream stream, byte additionalChallenge ) : bool | ||
ResumeSession ( Stream stream, byte additionalChallenge ) : bool | ||
SetHashMethod ( HashMethod hashMethod ) : void | ||
SetSrpStrength ( SrpStrength strength ) : void |
public AuthenticateAsClient ( Stream stream, byte additionalChallenge = null ) : bool | ||
stream | Stream | |
additionalChallenge | byte | |
return | bool |
public SrpClient ( string username, string password ) : System | ||
username | string | the username |
password | string | the password |
return | System |