| 
            
              SecurityIdentityIsAuthenticated Property
             | 
          
        
        
            Gets a boolean value that indicates whether the user has been authenticated.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic bool IsAuthenticated { get; }Public ReadOnly Property IsAuthenticated As Boolean
	Get
public:
virtual property bool IsAuthenticated {
	bool get () sealed;
}abstract IsAuthenticated : bool with get
override IsAuthenticated : bool with get
function get_IsAuthenticated();
 View SourceProperty Value
BooleanImplements
IIdentityIsAuthenticated
See Also