Click or drag to resize
AuthenticationRequiredEventArgsIsAuthenticated Property
Gets or sets a value indicating that the combination of user and password indicates a valid user.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsAuthenticated { get; set; }

Property Value

Type: Boolean
See Also