Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / CachedCredentialsManager Class / UpdateCredentials Method / UpdateCredentials(String,Guid,Boolean) Method
The entry URI 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(String,Guid,Boolean) Method
    In This Topic
    Attempt to re-query the credentials for the specified URI
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UpdateCredentials( _
       ByVal entryUri As String, _
       ByVal repositoryId As Guid, _
       ByVal forceUpdate As Boolean _
    ) As Boolean
    public static bool UpdateCredentials( 
       string entryUri,
       Guid repositoryId,
       bool forceUpdate
    )

    Parameters

    entryUri
    The entry URI 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

    Return Value

    True if the user provided updated credentials, false if they canceled
    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