Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / CachedCredentialsManager Class / RequestCredentials Method / RequestCredentials(String,Guid) Method

In This Topic
    RequestCredentials(String,Guid) Method
    In This Topic
    Request user credentials, coordinating between multiple threads looking for the same credentials.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function RequestCredentials( _
       ByVal entryUri As String, _
       ByVal repositoryId As Guid _
    ) As Boolean
    public static bool RequestCredentials( 
       string entryUri,
       Guid repositoryId
    )

    Parameters

    entryUri
    repositoryId
    Remarks
    Unlike Update, this will not re-prompt the user if they previously declined to provide credentials and it will assume any cached credentials work.
    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