Function createDigestPassword
Creates the digest password from the user name, realm and password.
string createDigestPassword
(
string realm,
string user,
string password
) @safe;
Parameters
Name | Description |
---|---|
realm | The realm |
user | The user name |
password | The plain text password |
Returns
Returns the digest password