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