TfsClientCredentials.LoadCachedCredentials Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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. | |
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 | |
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