Click or drag to resize

SecurityProviderBaseIsUserAuthenticated Property

Gets the flag that indicates whether the user was authenticated during the last authentication attempt.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public virtual bool IsUserAuthenticated { get; protected set; }
View Source

Property Value

Boolean

Implements

ISecurityProviderIsUserAuthenticated
See Also