This topic has not yet been rated - Rate this topic

TfsConnection.Credentials Property

Gets the credentials for this Team Foundation Server instance.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public ICredentials Credentials { get; internal set; }

Property Value

Type: System.Net.ICredentials
Returns ICredentials.

The credentials object must be either a NetworkCredential or CredentialCache object. This is required by the HttpWebRequest.Credentials property.

The ICredentials interface is implemented by both classes.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.