Metodo CredentialsCacheManager.StoreCredentials (String, Uri, String, SecureString, CachedCredentialsType, Boolean, Dictionary<String, String>)
Spazio dei nomi: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- featureRegistryKeyword
Tipo: System.String
- uri
Tipo: System.Uri
- userName
Tipo: System.String
- password
Tipo: System.Security.SecureString
- nonInteractive
Tipo: System.Boolean
- additionalAttributes
Tipo: System.Collections.Generic.Dictionary<String, String>
Valore restituito
Tipo: System.Int32
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.