createDigestPassword

Creates the digest password from the user name, realm and password.

@safe
string
createDigestPassword
(
string realm
,
string user
,
string password
)

Parameters

realm string

The realm

user string

The user name

password string

The plain text password

Return Value

Type: string

Returns the digest password

Meta