This documentation is archived and is not being maintained.

TfsClientCredentials::LoadCachedCredentials Method

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member LoadCachedCredentials(Uri, Boolean, Boolean) Loads stored credentials for the specified server if found. If no credentials are found in the windows credential store for the specified server and options then default credentials are returned.
Public method Static member LoadCachedCredentials(String, Uri, Boolean, Boolean) Loads stored credentials for the specified server if found. If no credentials are found for the specified server and options then default credentials are returned. This overload assumes that the credentials are to be stored under the TFS server's registry root
Public method Static member LoadCachedCredentials(String, Uri, Boolean, Boolean, String, Boolean) Loads stored credentials for the specified server if found. If no credentials are found in the windows credential store for the specified server and options then default credentials are returned.
Top
Show: