This documentation is archived and is not being maintained.

TfsClientCredentials::Federated Property

Gets or sets a value indicating the issued token credentials to use for authentication with the server.

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

public:
property FederatedCredential^ Federated {
	FederatedCredential^ get ();
	void set (FederatedCredential^ value);
}

Show: