This documentation is archived and is not being maintained.
TfsClientCredentials::Federated Property
Visual Studio 2013
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); }
Property Value
Type: Microsoft.TeamFoundation.Client::FederatedCredentialReturns FederatedCredential.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: