The NegotiateChallengeHandler type exposes the following members.

Constructors

  NameDescription
Protected methodNegotiateChallengeHandler

Methods

  NameDescription
Public methodCanHandle
Can the presented challenge be potentially handled by this challenge handler? a challenge request object containing a challenge

Return Value

true iff this challenge handler could potentially respond meaningfully to the challenge.
(Inherited from ChallengeHandler.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHandle
Handle the presented challenge by creating a challenge response or returning NULL. This responsibility is usually achieved by using the associated LoginHandler to obtain user credentials, and transforming those credentials into a ChallengeResponse.

When it is not possible to create a ChallengeResponse, this method MUST return NULL.

a challenge object

Return Value

a challenge response object or NULL if no response is possible.
(Inherited from ChallengeHandler.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRegister
Register a candidate negotiable challenge handler that will be used to respond to an initial "Negotiate" server challenge and can then potentially be a winning candidate in the race to handle the subsequent server challenge. the mechanism-type-specific challenge handler.

Return Value

a reference to this handler, to support chained calls
Public methodToString (Inherited from Object.)

See Also