TfsClientCredentials, constructeur (WindowsCredential, Boolean)
Initialise une nouvelle instance d'TfsClientCredentials avec les informations d'authentification spécifiée Windows et sa valeur par défaut les informations d'identification de jeton émis.
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
windowsCredential As WindowsCredential, _
allowInteractive As Boolean _
)
public TfsClientCredentials(
WindowsCredential windowsCredential,
bool allowInteractive
)
Paramètres
- windowsCredential
Type : Microsoft.TeamFoundation.Client.WindowsCredential
Les fenêtres d'identification à utiliser pour l'authentification
- allowInteractive
Type : System.Boolean
True si elle permet des invites interactives.Sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.