'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