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.
Namespace:
Kaazing.SecurityReturn Value
a reference to this handler, to support chained callsAssembly: 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 |
Parameters
- handler
- Type: Kaazing.Security..::..NegotiableChallengeHandler