A challenge response contains a character array representing the response to the server, and a reference to the next challenge handler to handle any further challenges for the request.

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

Syntax

Visual Basic
Public Class ChallengeResponse
C#
public class ChallengeResponse
Visual C++
public ref class ChallengeResponse

Inheritance Hierarchy

System..::..Object
  Kaazing.Security..::..ChallengeResponse

See Also