AuthenticationTag Property

HttpServer.dll

object that was attached during http authentication process.

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected Object AuthenticationTag { get; set; }
Visual Basic (Declaration)
Protected Property AuthenticationTag As Object
Visual C++
protected:
property Object^ AuthenticationTag {
	Object^ get ();
	void set (Object^ value);
}

Remarks

You can also assign this tag yourself if you are using regular http page login.

See Also