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

In This Topic
    RequestCredentials(WebChannel,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 targetChannel As WebChannel, _
       ByVal repositoryId As Guid _
    ) As Boolean
    public static bool RequestCredentials( 
       WebChannel targetChannel,
       Guid repositoryId
    )

    Parameters

    targetChannel
    repositoryId
    Remarks
    Unlike Update, this will not re-prompt the user if they previously declined to provide credentials
    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