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

Description
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?