This documentation is archived and is not being maintained.

WindowsToken::Credentials Property

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property ICredentials^ Credentials {
	ICredentials^ get ();
	private: void set (ICredentials^ value);
}

Property Value

Type: System.Net::ICredentials
Returns ICredentials.

Show: