Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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)
Syntax
'Declaration
Public Property Federated As FederatedCredential
public FederatedCredential Federated { get; set; }
public:
property FederatedCredential^ Federated {
FederatedCredential^ get ();
void set (FederatedCredential^ value);
}
member Federated : FederatedCredential with get, set
function get Federated () : FederatedCredential
function set Federated (value : FederatedCredential)
Property Value
Type: Microsoft.TeamFoundation.Client.FederatedCredential
Returns FederatedCredential.
.NET Framework Security
- 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.