Define the default challenge handler to be used for all the requests.
use this challenge handler as the default for all the requests.
Get a reference to the default challenge handler to be used for all the requests
Namespace:
Kaazing.SecurityReturn Value
a reference to the default challenge handler to be used for all the requests.Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public Shared Property Default As ChallengeHandler Get Set |
C# |
---|
public static ChallengeHandler Default { get; set; } |
Visual C++ |
---|
public: static property ChallengeHandler^ Default { ChallengeHandler^ get (); void set (ChallengeHandler^ value); } |