Property | Type | Description |
---|
Method | Description | |
---|---|---|
Credentials ( string username, string password ) : System | ||
GenerateHash ( ) : string |
Generates a new hash for the password
|
|
Verify ( string hash ) : bool |
Verifies that the specified password matches the given hash
|
public Credentials ( string username, string password ) : System | ||
username | string | |
password | string | |
return | System |