Click or drag to resize

HttpDigestIdentity Class

Holds the username and other parameters from an HTTP Digest authentication attempt.
Inheritance Hierarchy
SystemObject
  System.Security.ClaimsClaimsIdentity
    System.Security.PrincipalGenericIdentity
      Sfs2X.WebSocketSharp.NetHttpDigestIdentity

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class HttpDigestIdentity : GenericIdentity

The HttpDigestIdentity type exposes the following members.

Properties
  NameDescription
Public propertyAlgorithm
Gets the algorithm parameter from a digest authentication attempt.
Public propertyCnonce
Gets the cnonce parameter from a digest authentication attempt.
Public propertyNc
Gets the nc parameter from a digest authentication attempt.
Public propertyNonce
Gets the nonce parameter from a digest authentication attempt.
Public propertyOpaque
Gets the opaque parameter from a digest authentication attempt.
Public propertyQop
Gets the qop parameter from a digest authentication attempt.
Public propertyRealm
Gets the realm parameter from a digest authentication attempt.
Public propertyResponse
Gets the response parameter from a digest authentication attempt.
Public propertyUri
Gets the uri parameter from a digest authentication attempt.
Top
See Also