Return the string after the space separator, not including the authentication scheme nor the space itself, or NULL if no such string exists.

Return Value

the string after the space separator, not including the authentication scheme nor the space itself, or NULL if no such string exists.

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

Syntax

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

See Also