Closed cibermon closed 5 years ago
Instances of X509Certificate2
classes returned by Pkcs11Interop.Store cannot be used in SSL connections. That's a known limitation (at least to me) and will be documented soonTM.
Is There any workaround to solve this problem?
None that I know of (see https://github.com/dotnet/corefx/issues/22437 for more details). If you want to use X509Certificate2
object with SSL connections then you need to get it from X509Store
.
Hello,
I'm trying to assign X509Certificate witch was returned by Pkcs11X509Store:
The user chooses the certificate who want to use and the system try to assign it in ClientCredential:
This is my IPinProvider
And Finally proxy throw Exception 403 (Anonymous)
Can you help me, please?