Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the credentials for this TeamFoundationServer instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Credentials As ICredentials
'Usage
Dim instance As TeamFoundationServer
Dim value As ICredentials
value = instance.Credentials
public ICredentials Credentials { get; }
public:
property ICredentials^ Credentials {
ICredentials^ get ();
}
public function get Credentials () : ICredentials
Property Value
Type: System.Net.ICredentials
Remarks
This object must be either a NetworkCredential or a CredentialCache object.
.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.