|
ISecurityProviderIsUserAuthenticated Property
|
Gets the flag that indicates whether the user was
authenticated during the last authentication attempt.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax bool IsUserAuthenticated { get; }
ReadOnly Property IsUserAuthenticated As Boolean
Get
property bool IsUserAuthenticated {
bool get ();
}
abstract IsUserAuthenticated : bool with get
function get_IsUserAuthenticated();
View SourceProperty Value
BooleanSee Also