We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ı am trying search the PrivateKey property of my certificate which is created by using 'NewRootCertificate' method, but it threws exception.
string pathd = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "localhost_root_l1.pfx"); X509Certificate2 crt = new X509Certificate2(pathd, "1234");
what is the reason of this error ?
The text was updated successfully, but these errors were encountered:
hi @damienbod ,
do you have any idea about this issue ?
Sorry, something went wrong.
Can't see anything wrong here, can you compare to the tests or examples?
Greetings Damien
No branches or pull requests
ı am trying search the PrivateKey property of my certificate which is created by using 'NewRootCertificate' method, but it threws exception.
string pathd = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "localhost_root_l1.pfx");
X509Certificate2 crt = new X509Certificate2(pathd, "1234");
what is the reason of this error ?
The text was updated successfully, but these errors were encountered: