HttpDigestIdentity Class |
Namespace: Sfs2X.WebSocketSharp.Net
public class HttpDigestIdentity : GenericIdentity
The HttpDigestIdentity type exposes the following members.
Name | Description | |
---|---|---|
![]() | Algorithm |
Gets the algorithm parameter from a digest authentication attempt.
|
![]() | Cnonce |
Gets the cnonce parameter from a digest authentication attempt.
|
![]() | Nc |
Gets the nc parameter from a digest authentication attempt.
|
![]() | Nonce |
Gets the nonce parameter from a digest authentication attempt.
|
![]() | Opaque |
Gets the opaque parameter from a digest authentication attempt.
|
![]() | Qop |
Gets the qop parameter from a digest authentication attempt.
|
![]() | Realm |
Gets the realm parameter from a digest authentication attempt.
|
![]() | Response |
Gets the response parameter from a digest authentication attempt.
|
![]() | Uri |
Gets the uri parameter from a digest authentication attempt.
|