Skip to content
New issue

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

Private key is not added #14

Open
malnosna opened this issue Jul 6, 2020 · 1 comment
Open

Private key is not added #14

malnosna opened this issue Jul 6, 2020 · 1 comment

Comments

@malnosna
Copy link

malnosna commented Jul 6, 2020

I tried the Code example 3 - Create a X509 certificate and add private key, but the created certificate does not contain the private key. (certificate.HasPrivateKey = false, certificate.PrivateKey = null)

@captain-bugs
Copy link

captain-bugs commented Oct 9, 2020

I tried the Code example 3 - Create a X509 certificate and add private key, but the created certificate does not contain the private key. (certificate.HasPrivateKey = false, certificate.PrivateKey = null)

I too faced this issue.

I was using .NET Standard 2.0 library.

This line here has something to do with the .net standard lib .
line

So I'm using .net framework library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants