Method | Description | |
---|---|---|
AddUser ( string username, byte verifier, byte passwordSalt, int iterations, SrpStrength strength ) : void |
Adds the specified user to the credential database.
|
|
AddUser ( string username, string password, SrpStrength strength = SrpStrength.Bits1024, int saltSize = 32, int iterations = 4000 ) : void |
Adds the specified user to the credentials database.
|
|
Lookup ( string username ) : |
Looks up the username from the database.
|
public AddUser ( string username, byte verifier, byte passwordSalt, int iterations, SrpStrength strength ) : void | ||
username | string | |
verifier | byte | |
passwordSalt | byte | |
iterations | int | |
strength | SrpStrength | |
return | void |
public AddUser ( string username, string password, SrpStrength strength = SrpStrength.Bits1024, int saltSize = 32, int iterations = 4000 ) : void | ||
username | string | |
password | string | |
strength | SrpStrength | |
saltSize | int | |
iterations | int | |
return | void |
public Lookup ( string username ) : |
||
username | string | |
return |