SrpUserCredential(String, Byte, Byte, Int32, SrpStrength) Constructor

Creates user credentials.

Definition

Namespace: SnapDB.Security.Authentication
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SrpUserCredential(
	string username,
	byte[] verification,
	byte[] salt,
	int iterations,
	SrpStrength srpStrength
)

Parameters

username  String
The username associated with the user.
verification  Byte
The user's password verification value.
salt  Byte
The salt value used for password hashing.
iterations  Int32
The number of iterations used in the password hashing process.
srpStrength  SrpStrength
The strength of the SRP protocol.

See Also