Costruttore TfsCredentialCacheEntry (Uri, String, String, String, CachedCredentialsType, Boolean)
Spazio dei nomi: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
uri As Uri, _
userName As String, _
password As String, _
comment As String, _
type As CachedCredentialsType, _
nonInteractive As Boolean _
)
public TfsCredentialCacheEntry(
Uri uri,
string userName,
string password,
string comment,
CachedCredentialsType type,
bool nonInteractive
)
Parametri
- uri
Tipo: System.Uri
- userName
Tipo: System.String
- password
Tipo: System.String
- comment
Tipo: System.String
- nonInteractive
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
TfsCredentialCacheEntry Classe