Gets a value indicating whether this handler requires users to be authenticated.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public abstract bool RequiresAuthentication { get; }
Visual Basic
Public MustOverride ReadOnly Property RequiresAuthentication As Boolean
	Get
Visual C++
public:
virtual property bool RequiresAuthentication {
	bool get () abstract;
}
F#
abstract RequiresAuthentication : bool with get

Property Value

Type: Boolean
true if authentication is required, false otherwise.

See Also