Top "Credential-manager" questions

Credential Manager allows you to store credentials, such as user names and passwords that you use to log on to websites or other computers on a network.

Accessing Windows Credential Manager from PowerShell

I'm using PowerShell 2.0 (necessary because of SP2010) On Windows Server 2008 R2. I need to retrieve credentials for a process from …

powershell credential-manager
Remove an entry from credential manager for all users on Windows

I am currently implementing a "remove settings" for all users in a Windows uninstaller and came over an issue I …

windows powershell cmd credential-manager
Where is my remote git repository password stored on the local machine?

I have a git repository set up on bitbucket $ git remote -v origin https://[email protected]/myusername/my_repository_…

git credentials credential-manager
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
Retrieving password from Windows Credential Manager using CMD

I am trying to add and retrieve credentials from Windows Credential Manager using a command prompt. To add a new …

windows cmd command-line command-prompt credential-manager
Access Windows Credentials in Credential Manager

Using the Windows.Security.Credentials.PasswordVault class, I can access the passwords stored under "Web Credentials" in the Windows Credential …

c# security credential-manager
How do I change/switch user credentials used by git command line? (Windows 10, Git 2.9.2)

I'm having issues accessing my private GitHub repos. I believe the source of the problem is the user credentials that …

git github credential-manager
How to add a certificate based credential to Windows Credential Manager?

How do you add a certificate from the personal store as a certificate based credential in Windows Credential Manager? When …

ssl windows-7 client-certificates credential-manager