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

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

Syntax

Visual Basic
Public MustOverride Function Register ( _
	handler As NegotiableChallengeHandler _
) As NegotiateChallengeHandler
C#
public abstract NegotiateChallengeHandler Register(
	NegotiableChallengeHandler handler
)
Visual C++
public:
virtual NegotiateChallengeHandler^ Register(
	NegotiableChallengeHandler^ handler
) abstract

See Also