AuthenticationRequiredEventArgsIsAuthenticated Property |
Gets or sets a value indicating that the combination of user and password indicates a valid user.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsAuthenticated { get; set; }
Public Property IsAuthenticated As Boolean
Get
Set
public:
property bool IsAuthenticated {
bool get ();
void set (bool value);
}
member IsAuthenticated : bool with get, set
Property Value
Type:
BooleanSee Also