Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / CachedCredentialsManager Class / UpdateCredentials Method / UpdateCredentials(WebChannel,Guid,Boolean) Method
The web channel to update credentials for
The owner Id to specify to the server (for example repository Id)
True to force a requery to the user even if they previously canceled requesting credentials

In This Topic
    UpdateCredentials(WebChannel,Guid,Boolean) Method
    In This Topic
    Attempt to re-query the credentials for the specified URI
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UpdateCredentials( _
       ByVal targetChannel As WebChannel, _
       ByVal repositoryId As Guid, _
       ByVal forceUpdate As Boolean _
    ) As Boolean
    public static bool UpdateCredentials( 
       WebChannel targetChannel,
       Guid repositoryId,
       bool forceUpdate
    )

    Parameters

    targetChannel
    The web channel to update credentials for
    repositoryId
    The owner Id to specify to the server (for example repository Id)
    forceUpdate
    True to force a requery to the user even if they previously canceled requesting 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