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

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual bool RequiresAuthentication { get; }
Visual Basic
Public Overridable ReadOnly Property RequiresAuthentication As Boolean
	Get

Field Value

true if authentication is required otherwise, false.

See Also