Top "Credentials" questions

Credentials in information systems are widely used to control access to information or other resources.

git credential.helper=cache never forgets the password?

I want my password to be forgotten, so I have to type it again. I have setup this: git config …

git caching helper credentials
Why SmtpClient.UseDefaultCredentials is ignored?

I'm trying to send e-mails through a domain SMTP server which uses Integrated Windows Authentication. When explicitly specifying the credentials, …

c# smtp credentials smtpclient
Documentation for creating a Custom Credential Provider in Windows

Where is the documentation on creating a custom Windows Credential Provider located? Everything I've found so far points to the …

windows-7 credentials provider credential-providers
Apache HTTP client 4.3 credentials per request

I have been having a look to a digest authentication example at: http://hc.apache.org/httpcomponents-client-4.3.x/examples.html …

http credentials apache-httpclient-4.x digest apache-httpcomponents
CRM 2011 connect to organization.svc using C#

The CRM 2011 is setup with ADFS and HTTPS. I'm trying to connect to organization.svc from custom web page which …

service dynamics-crm-2011 credentials discovery
How to store and retrieve credentials on Windows using C#

I build a C# program, to be run on Windows 10. I want to send emails from this program (calculation results) …

c# credentials credential-manager
Add Service Reference, Multiple Credential Prompt

I started a new blank console app project in VS (I am using VS2010), and choose Add Service Reference to …

c# wcf web-services credentials discovery
Secure credential storage in python

The attack One possible threat model, in the context of credential storage, is an attacker which has the ability to : …

python security reflection storage credentials
How to get AWS command line interface to work in cygwin

I installed the AWS command line interface on my Windows 7 box, and it worked immediately when I called commands from …

windows amazon-web-services cygwin command-line-interface credentials
How to get access token from GoogleCredential?

I am trying to get an access token to use the Google Play Android Developer API, and I got this …

authorization google-api oauth-2.0 credentials access-token