CyberSource / CyberSource/cybersource-rest-samples-csharp
Pulling the certificate from source other than file
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 28
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
I'm hosting my app as a app service in Azure in Windows container. Is it possible to read the certificate from certificate store instead of from the file? What will be the changes I need to make instead of below calls:
_configurationDictionary.Add("keysDirectory", "Resource");
_configurationDictionary.Add("keyFilename", "testrest");
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the configuration entry point that consumes "keysDirectory" and "keyFilename", then inspect how certificates are loaded in the C# samples and whether Azure App Service certificate-store access is supported. Done would require a documented, tested path for using the store instead of a file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- cloud, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100