You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: