Returns the user password.

Note that this method returns a reference to the password. It is the caller's responsibility to zero out the password information after it is no longer needed.

Return Value

the password

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

Syntax

Visual Basic
Public ReadOnly Property Password As Char()
	Get
C#
public char[] Password { get; }
Visual C++
public:
property array<wchar_t>^ Password {
	array<wchar_t>^ get ();
}

See Also