My Project
Loading...
Searching...
No Matches
Properties | List of all members
WebSocketSharp.Net.HttpDigestIdentity Class Reference

Holds the username and other parameters from an HTTP Digest authentication attempt. More...

Inheritance diagram for WebSocketSharp.Net.HttpDigestIdentity:

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.
 

Detailed Description

Holds the username and other parameters from an HTTP Digest authentication attempt.

Property Documentation

◆ Algorithm

string WebSocketSharp.Net.HttpDigestIdentity.Algorithm
get

Gets the algorithm parameter from a digest authentication attempt.

A string that represents the algorithm parameter.

◆ Cnonce

string WebSocketSharp.Net.HttpDigestIdentity.Cnonce
get

Gets the cnonce parameter from a digest authentication attempt.

A string that represents the cnonce parameter.

◆ Nc

string WebSocketSharp.Net.HttpDigestIdentity.Nc
get

Gets the nc parameter from a digest authentication attempt.

A string that represents the nc parameter.

◆ Nonce

string WebSocketSharp.Net.HttpDigestIdentity.Nonce
get

Gets the nonce parameter from a digest authentication attempt.

A string that represents the nonce parameter.

◆ Opaque

string WebSocketSharp.Net.HttpDigestIdentity.Opaque
get

Gets the opaque parameter from a digest authentication attempt.

A string that represents the opaque parameter.

◆ Qop

string WebSocketSharp.Net.HttpDigestIdentity.Qop
get

Gets the qop parameter from a digest authentication attempt.

A string that represents the qop parameter.

◆ Realm

string WebSocketSharp.Net.HttpDigestIdentity.Realm
get

Gets the realm parameter from a digest authentication attempt.

A string that represents the realm parameter.

◆ Response

string WebSocketSharp.Net.HttpDigestIdentity.Response
get

Gets the response parameter from a digest authentication attempt.

A string that represents the response parameter.

◆ Uri

string WebSocketSharp.Net.HttpDigestIdentity.Uri
get

Gets the uri parameter from a digest authentication attempt.

A string that represents the uri parameter.


The documentation for this class was generated from the following file: