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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Return Value

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

See Also