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

UpdateCredentials(WebChannel,Boolean) Method
Attempt to re-query the credentials for the specified URI
Syntax
'Declaration
 
Public Overloads Shared Function UpdateCredentials( _
   ByVal targetChannel As WebChannel, _
   ByVal forceUpdate As Boolean _
) As Boolean
 

Parameters

targetChannel
The web channel to update credentials for
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