Get the general (non-realm-specific) login handler associated with this challenge handler. A login handler is used to assist in obtaining credentials to respond to challenge requests.

Return Value

a login handler to assist in providing credentials, or NULL if none has been established yet.

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

Syntax

Visual Basic
Public MustOverride Property LoginHandler As LoginHandler
	Get
	Set
C#
public abstract LoginHandler LoginHandler { get; set; }
Visual C++
public:
virtual property LoginHandler^ LoginHandler {
	LoginHandler^ get () abstract;
	void set (LoginHandler^ value) abstract;
}

See Also