Gets and sets a flag that determines whether the User was authenticated

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool Authenticated { get; set; }
Visual Basic
Public Property Authenticated As Boolean
	Get
	Set

See Also