CredentialsCacheManager.StoreCredentials, méthode (String, String, SecureString, String, 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 ( _
targetName As String, _
userName As String, _
password As SecureString, _
comment As String, _
attributes As Dictionary(Of String, String) _
) As Integer
public int StoreCredentials(
string targetName,
string userName,
SecureString password,
string comment,
Dictionary<string, string> attributes
)
Paramètres
- targetName
Type : System.String
- userName
Type : System.String
- password
Type : System.Security.SecureString
- comment
Type : System.String
- attributes
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.