The ChallengeResponse type exposes the following members.

Constructors

  NameDescription
Public methodChallengeResponse
Constructor from a set of credentials to send to the server in an 'Authorization:' header and the next challenge handler responsible for handling any further authentication challenges for the request. a set of credentials to send to the server in an 'Authorization:' headerthe next challenge handler responsible for handling any further authentication challenges for the request.

Methods

  NameDescription
Public methodClearCredentials
Clear the credentials of this response.

Calling this method once the credentials have been communicated to the network layer protects credentials in memory.

Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCredentials
Establish the credentials for this response. the credentials to be used for this challenge response.
Public propertyNextChallengeHandler
Return the next challenge handler responsible for handling any further authentication challenges for the request.

Return Value

the next challenge handler responsible for handling any further authentication challenges for the request.

See Also