Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Net Namespace / IServerAuthenticationProvider Interface / IsAuthenticated Property

In This Topic
    IsAuthenticated Property (IServerAuthenticationProvider)
    In This Topic
    Indicates if the authentication provider believes it has authenticated with the channel
    Syntax
    'Declaration
     
    
    ReadOnly Property IsAuthenticated As Boolean
    bool IsAuthenticated {get;}
    Remarks
    If false then no logout will be attempted, and any request that requires authentication will cause a login attempt without waiting for an authentication failure.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also