A NegotiableChallengeHandler can be used to directly respond to "Negotiate" challenges, and in addition, can be used indirectly in conjunction with a NegotiateChallengeHandler} to assist in the construction of a challenge response using object identifiers. See RFC 4178 Section 4.2.1 for details about how the supported object identifiers contribute towards the initial context token in the challenge response.

Namespace:  Kaazing.Security
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public MustInherit Class NegotiableChallengeHandler _
	Inherits ChallengeHandler
C#
public abstract class NegotiableChallengeHandler : ChallengeHandler
Visual C++
public ref class NegotiableChallengeHandler abstract : public ChallengeHandler

Inheritance Hierarchy

System..::..Object
  Kaazing.Security..::..ChallengeHandler
    Kaazing.Security..::..NegotiableChallengeHandler

See Also