Method | Description | |
---|---|---|
AddTry ( ) : void |
Increase the number of tries
|
|
GenerateString ( int length ) : string |
Generate a random string
|
|
GetResponse ( ) : string |
Responce of the sasl class to the challenge
|
|
GetResponse ( string Challenge ) : string |
Responce of the sasl class to the challenge
|
Method | Description | |
---|---|---|
AddQuotes ( string s ) : string |
Adds " to the begining and end of the string
|
|
HexToString ( byte buf ) : string |
Converts all bytes in the Array to a string representation.
|
Method | Description | |
---|---|---|
Parse ( string challenge ) : void |
parse the fileds form the decripted challenge
|
protected static AddQuotes ( string s ) : string | ||
s | string | |
return | string |
public static GenerateString ( int length ) : string | ||
length | int | Length of the string |
return | string |
public abstract GetResponse ( string Challenge ) : string | ||
Challenge | string | Server authentication Challenge |
return | string |
protected static HexToString ( byte buf ) : string | ||
buf | byte | |
return | string |