Méthode | Description | |
---|---|---|
AuthenticateAsClient ( |
||
ScramClient ( string username, string password ) : System.IO |
Creates a new set of client credentials.
|
Méthode | Description | |
---|---|---|
ComputeClientSignature ( byte authMessage ) : byte[] | ||
ComputeServerSignature ( byte authMessage ) : byte[] | ||
SetServerValues ( HashMethod hashMethod, byte salt, int iterations ) : void |
Sets the server parameters and regenerates the salted password if the salt values have changed.
|
public AuthenticateAsClient ( |
||
stream | ||
additionalChallenge | byte | |
Résultat | bool |
public ScramClient ( string username, string password ) : System.IO | ||
username | string | |
password | string | |
Résultat | System.IO |