C-DEngine 5.105

HttpDigestIdentity Properties

The HttpDigestIdentity type exposes the following members.

Properties


  Name Description
Public property Algorithm
Gets the algorithm parameter from the HTTP Digest authentication credentials.
Public property AuthenticationType (Inherited from GenericIdentity.)
Public property Cnonce
Gets the cnonce parameter from the HTTP Digest authentication credentials.
Public property IsAuthenticated (Inherited from GenericIdentity.)
Public property Name (Inherited from GenericIdentity.)
Public property Nc
Gets the nc parameter from the HTTP Digest authentication credentials.
Public property Nonce
Gets the nonce parameter from the HTTP Digest authentication credentials.
Public property Opaque
Gets the opaque parameter from the HTTP Digest authentication credentials.
Public property Qop
Gets the qop parameter from the HTTP Digest authentication credentials.
Public property Realm
Gets the realm parameter from the HTTP Digest authentication credentials.
Public property Response
Gets the response parameter from the HTTP Digest authentication credentials.
Public property Uri
Gets the uri parameter from the HTTP Digest authentication credentials.