CredentialsCacheManager.GetCredentials, méthode (Uri, Boolean, Nullable<Boolean>)
Espace de noms : Microsoft.VisualStudio.Services.Common
Assembly : Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)
Syntaxe
'Déclaration
Public Function GetCredentials ( _
uri As Uri, _
requireExactUriMatch As Boolean, _
nonInteractive As Nullable(Of Boolean) _
) As TfsCredentialCacheEntry
public TfsCredentialCacheEntry GetCredentials(
Uri uri,
bool requireExactUriMatch,
Nullable<bool> nonInteractive
)
Paramètres
- uri
Type : System.Uri
- requireExactUriMatch
Type : System.Boolean
- nonInteractive
Type : System.Nullable<Boolean>
Valeur de retour
Type : Microsoft.VisualStudio.Services.Common.TfsCredentialCacheEntry
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.