Method | Description | |
---|---|---|
AddUser ( string username, string password, int iterations = 4000, int saltSize = 32, HashMethod hashMethod = HashMethod.Sha256 ) : void | ||
TryLookup ( byte username, ScramUserCredential &user ) : bool |
public AddUser ( string username, string password, int iterations = 4000, int saltSize = 32, HashMethod hashMethod = HashMethod.Sha256 ) : void | ||
username | string | |
password | string | |
iterations | int | |
saltSize | int | |
hashMethod | HashMethod | |
return | void |
public TryLookup ( byte username, ScramUserCredential &user ) : bool | ||
username | byte | |
user | ScramUserCredential | |
return | bool |