Console App Credentials and the Windows Credential Manager
In working on a little utility to query JIRA tickets in a sprint, I needed a JIRA username and password to pass along to the Atlassian.Net SDK. I didn’t want to prompt for those credentials each time but I also didn’t want to store the credentials myself either, even if encrypted. Using the Windows Credential…
Read More