EGDL2 2.1
|
Holds the user name and other parameters from the HTTP Digest authentication credentials. More...
Inherits GenericIdentity.
Properties | |
string | Algorithm [get] |
Gets the algorithm parameter from the HTTP Digest authentication credentials. | |
string | Cnonce [get] |
Gets the cnonce parameter from the HTTP Digest authentication credentials. | |
string | Nc [get] |
Gets the nc parameter from the HTTP Digest authentication credentials. | |
string | Nonce [get] |
Gets the nonce parameter from the HTTP Digest authentication credentials. | |
string | Opaque [get] |
Gets the opaque parameter from the HTTP Digest authentication credentials. | |
string | Qop [get] |
Gets the qop parameter from the HTTP Digest authentication credentials. | |
string | Realm [get] |
Gets the realm parameter from the HTTP Digest authentication credentials. | |
string | Response [get] |
Gets the response parameter from the HTTP Digest authentication credentials. | |
string | Uri [get] |
Gets the uri parameter from the HTTP Digest authentication credentials. | |
Holds the user name and other parameters from the HTTP Digest authentication credentials.
|
get |
Gets the algorithm parameter from the HTTP Digest authentication credentials.
A string that represents the algorithm parameter.
|
get |
Gets the cnonce parameter from the HTTP Digest authentication credentials.
A string that represents the cnonce parameter.
|
get |
Gets the nc parameter from the HTTP Digest authentication credentials.
A string that represents the nc parameter.
|
get |
Gets the nonce parameter from the HTTP Digest authentication credentials.
A string that represents the nonce parameter.
|
get |
Gets the opaque parameter from the HTTP Digest authentication credentials.
A string that represents the opaque parameter.
|
get |
Gets the qop parameter from the HTTP Digest authentication credentials.
A string that represents the qop parameter.
|
get |
Gets the realm parameter from the HTTP Digest authentication credentials.
A string that represents the realm parameter.
|
get |
Gets the response parameter from the HTTP Digest authentication credentials.
A string that represents the response parameter.
|
get |
Gets the uri parameter from the HTTP Digest authentication credentials.
A string that represents the uri parameter.