VssCredentials.LoadCachedCredentials, méthode (String, Uri, Boolean, CredentialPromptType, String, Boolean)
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 ( _
featureRegistryKeyword As String, _
serverUrl As Uri, _
requireExactMatch As Boolean, _
promptType As CredentialPromptType, _
registryRootPath As String, _
useWOW6432Hive As Boolean _
) As VssCredentials
public static VssCredentials LoadCachedCredentials(
string featureRegistryKeyword,
Uri serverUrl,
bool requireExactMatch,
CredentialPromptType promptType,
string registryRootPath,
bool useWOW6432Hive
)
Paramètres
- featureRegistryKeyword
Type : System.String
- serverUrl
Type : System.Uri
- requireExactMatch
Type : System.Boolean
- promptType
Type : Microsoft.VisualStudio.Services.Common.CredentialPromptType
- registryRootPath
Type : System.String
- useWOW6432Hive
Type : System.Boolean
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.