Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

IsolatedStorage to store rootcert.pfx instead of folder with EXE - would you like a PR? #175

@keyoti

Description

@keyoti

Hello, first this project is awesome, thanks.

Second, in my environment I can't store rootCert.pfx in the entry assembly location, so the code in CertificateManager doesn't work for me:

var fileName = Path.Combine(System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location), "rootCert.pfx");

instead I changed it to use IsolatedStorage.

In general I would think it's better to do it that way, would you like me to submit a pull request with this change?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions