My Project
|
Holds the username and other parameters from an HTTP Digest authentication attempt. More...
Properties | |
string | Algorithm [get] |
Gets the algorithm parameter from a digest authentication attempt. | |
string | Cnonce [get] |
Gets the cnonce parameter from a digest authentication attempt. | |
string | Nc [get] |
Gets the nc parameter from a digest authentication attempt. | |
string | Nonce [get] |
Gets the nonce parameter from a digest authentication attempt. | |
string | Opaque [get] |
Gets the opaque parameter from a digest authentication attempt. | |
string | Qop [get] |
Gets the qop parameter from a digest authentication attempt. | |
string | Realm [get] |
Gets the realm parameter from a digest authentication attempt. | |
string | Response [get] |
Gets the response parameter from a digest authentication attempt. | |
string | Uri [get] |
Gets the uri parameter from a digest authentication attempt. | |
Holds the username and other parameters from an HTTP Digest authentication attempt.
|
get |
Gets the algorithm parameter from a digest authentication attempt.
A string that represents the algorithm parameter.
|
get |
Gets the cnonce parameter from a digest authentication attempt.
A string that represents the cnonce parameter.
|
get |
Gets the nc parameter from a digest authentication attempt.
A string that represents the nc parameter.
|
get |
Gets the nonce parameter from a digest authentication attempt.
A string that represents the nonce parameter.
|
get |
Gets the opaque parameter from a digest authentication attempt.
A string that represents the opaque parameter.
|
get |
Gets the qop parameter from a digest authentication attempt.
A string that represents the qop parameter.
|
get |
Gets the realm parameter from a digest authentication attempt.
A string that represents the realm parameter.
|
get |
Gets the response parameter from a digest authentication attempt.
A string that represents the response parameter.
|
get |
Gets the uri parameter from a digest authentication attempt.
A string that represents the uri parameter.