TfsCredentialCacheEntry, constructeur (String, NetworkCredential, String, CachedCredentialsType, Boolean)
Espace de noms : Microsoft.VisualStudio.Services.Common
Assembly : Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
targetName As String, _
credentials As NetworkCredential, _
comment As String, _
type As CachedCredentialsType, _
nonInteractive As Boolean _
)
public TfsCredentialCacheEntry(
string targetName,
NetworkCredential credentials,
string comment,
CachedCredentialsType type,
bool nonInteractive
)
Paramètres
- targetName
Type : System.String
- credentials
Type : System.Net.NetworkCredential
- comment
Type : System.String
- nonInteractive
Type : System.Boolean
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.
Voir aussi
Référence
TfsCredentialCacheEntry Classe