VssCredentials.LoadCachedCredentials, méthode (Uri, Boolean, CredentialPromptType)
Espace de noms : Microsoft.VisualStudio.Services.Common
Assembly : Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)
Syntaxe
'Déclaration
Public Shared Function LoadCachedCredentials ( _
serverUrl As Uri, _
requireExactMatch As Boolean, _
promptType As CredentialPromptType _
) As VssCredentials
public static VssCredentials LoadCachedCredentials(
Uri serverUrl,
bool requireExactMatch,
CredentialPromptType promptType
)
Paramètres
- serverUrl
Type : System.Uri
- requireExactMatch
Type : System.Boolean
- promptType
Type : Microsoft.VisualStudio.Services.Common.CredentialPromptType
Valeur de retour
Type : Microsoft.VisualStudio.Services.Common.VssCredentials
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.