Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / CachedCredentialsManager Class
Members

In This Topic
    CachedCredentialsManager Class
    In This Topic
    Manages the cached credentials for the current process
    Syntax
    'Declaration
     
    
    Public MustInherit NotInheritable Class CachedCredentialsManager 
    public static class CachedCredentialsManager 
    Remarks
    By retrieving repository credentials from the credential manager you ensure coordination between all of the channels in the process. This eliminates cases where two threads presenting alternate credentials cause reauthentication which dramatically decreases efficiency of communication.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Server.Client.CachedCredentialsManager

    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