VssCredentials.Federated Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Federated As FederatedCredential
public FederatedCredential Federated { get; }
public:
property FederatedCredential^ Federated {
FederatedCredential^ get ();
}
member Federated : FederatedCredential with get
function get Federated () : FederatedCredential
Property Value
Type: Microsoft.VisualStudio.Services.Common.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.