Return the authentication scheme with which the server is challenging.

Return Value

the authentication scheme with which the server is challenging.

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

Syntax

Visual Basic
Public ReadOnly Property AuthenticationScheme As String
	Get
C#
public string AuthenticationScheme { get; }
Visual C++
public:
property String^ AuthenticationScheme {
	String^ get ();
}

See Also