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.

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

Syntax

Visual Basic
Public Sub New ( _
	credentials As Char(), _
	nextChallengeHandler As ChallengeHandler _
)
C#
public ChallengeResponse(
	char[] credentials,
	ChallengeHandler nextChallengeHandler
)
Visual C++
public:
ChallengeResponse(
	array<wchar_t>^ credentials, 
	ChallengeHandler^ nextChallengeHandler
)

Parameters

credentials
Type: array<System..::..Char>[]()[][]
nextChallengeHandler
Type: Kaazing.Security..::..ChallengeHandler

See Also