Click or drag to resize

HttpDigestIdentity Properties

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