HttpDigestIdentity Members
The HttpDigestIdentity type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
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.
|