HttpDigestIdentity Properties
The HttpDigestIdentity type exposes the following members.
Properties
Name | Description | |
---|---|---|
Algorithm |
Gets the algorithm parameter from the HTTP Digest authentication credentials.
|
|
AuthenticationType | (Inherited from GenericIdentity.) | |
Cnonce |
Gets the cnonce parameter from the HTTP Digest authentication credentials.
|
|
IsAuthenticated | (Inherited from GenericIdentity.) | |
Name | (Inherited from GenericIdentity.) | |
Nc |
Gets the nc parameter from the HTTP Digest authentication credentials.
|
|
Nonce |
Gets the nonce parameter from the HTTP Digest authentication credentials.
|
|
Opaque |
Gets the opaque parameter from the HTTP Digest authentication credentials.
|
|
Qop |
Gets the qop parameter from the HTTP Digest authentication credentials.
|
|
Realm |
Gets the realm parameter from the HTTP Digest authentication credentials.
|
|
Response |
Gets the response parameter from the HTTP Digest authentication credentials.
|
|
Uri |
Gets the uri parameter from the HTTP Digest authentication credentials.
|