Gets or sets a value indicating whether the current principal has been authenticated by Visual Guard.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool Authenticated { get; set; }
Visual Basic (Declaration)
Public Property Authenticated As Boolean

Return Value

true if the current principal has been authenticated; otherwise, false. The default value is true

See Also