Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / IRepositoryConfiguration Interface / ServerCredentialsAvailable Property

In This Topic
    ServerCredentialsAvailable Property
    In This Topic
    Indicates if the server credentials are available
    Syntax
    'Declaration
     
    
    ReadOnly Property ServerCredentialsAvailable As Boolean
    bool ServerCredentialsAvailable {get;}
    Remarks
    When running somewhere besides the server the credentials will not always be available since they are never cached locally. If this property returns false then all calls to get server credentials will return null data
    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