|   | SecurityProviderBaseIsUserAuthenticated 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.257-beta
 Syntax
Syntaxpublic virtual bool IsUserAuthenticated { get; protected set; }Public Overridable Property IsUserAuthenticated As Boolean
	Get
	Protected Set
public:
virtual property bool IsUserAuthenticated {
	bool get ();
	protected: void set (bool value);
}abstract IsUserAuthenticated : bool with get, set
override IsUserAuthenticated : bool with get, set
function get_IsUserAuthenticated();
function set_IsUserAuthenticated(value);
Property Value
BooleanImplements
ISecurityProviderIsUserAuthenticated See Also
See Also