CredentialsCacheManager.StoreCredentials, méthode (String, Uri, String, SecureString, CachedCredentialsType, Boolean, Dictionary<String, String>)
Espace de noms : Microsoft.VisualStudio.Services.Common
Assembly : Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)
Syntaxe
'Déclaration
Public Function StoreCredentials ( _
featureRegistryKeyword As String, _
uri As Uri, _
userName As String, _
password As SecureString, _
type As CachedCredentialsType, _
nonInteractive As Boolean, _
additionalAttributes As Dictionary(Of String, String) _
) As Integer
public int StoreCredentials(
string featureRegistryKeyword,
Uri uri,
string userName,
SecureString password,
CachedCredentialsType type,
bool nonInteractive,
Dictionary<string, string> additionalAttributes
)
Paramètres
- featureRegistryKeyword
Type : System.String
- uri
Type : System.Uri
- userName
Type : System.String
- password
Type : System.Security.SecureString
- nonInteractive
Type : System.Boolean
- additionalAttributes
Type : System.Collections.Generic.Dictionary<String, String>
Valeur de retour
Type : System.Int32
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.