Gets and sets a flag that determines whether the User was authenticated
Namespace: DotNetNuke.Services.AuthenticationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public bool Authenticated { get; set; } |
| Visual Basic |
|---|
Public Property Authenticated As Boolean Get Set |