Establish the credentials for this response. the credentials to be used for this challenge response.

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

Syntax

Visual Basic
Public Property Credentials As Char()
	Get
	Set
C#
public char[] Credentials { get; set; }
Visual C++
public:
property array<wchar_t>^ Credentials {
	array<wchar_t>^ get ();
	void set (array<wchar_t>^ value);
}

See Also