Property | Type | Description | |
---|---|---|---|
Iterations | int | ||
Salt | byte[] | ||
ServerEncryptionkey | byte[] | ||
ServerHMACKey | byte[] | ||
ServerKeyName | System.Guid | ||
SrpStrength | SrpStrength | ||
UserName | string | ||
UsernameBytes | byte[] | ||
Verification | byte[] | ||
VerificationInteger |
Method | Description | |
---|---|---|
Load ( ) : void | ||
Save ( ) : void | ||
SrpUserCredential ( string username, byte verification, byte salt, int iterations, SrpStrength srpStrength ) : System |
Creates user credentials
|
|
SrpUserCredential ( string username, string password, SrpStrength strength = SrpStrength.Bits1024, int saltSize = 32, int iterations = 4000 ) : System |
Creates a user credential from the provided data.
|
public SrpUserCredential ( string username, byte verification, byte salt, int iterations, SrpStrength srpStrength ) : System | ||
username | string | |
verification | byte | |
salt | byte | |
iterations | int | |
srpStrength | SrpStrength | |
return | System |
public SrpUserCredential ( string username, string password, SrpStrength strength = SrpStrength.Bits1024, int saltSize = 32, int iterations = 4000 ) : System | ||
username | string | |
password | string | |
strength | SrpStrength | |
saltSize | int | |
iterations | int | |
return | System |