Replies: 1 comment 2 replies
-
It doesn't. AST never sees the private key which is why this works with non-extractable in hardware private key. It basically goes:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was debugging it and trying to find how it works. My understanding is it retrieves the public certificate from the key vault and stores it in the local certStore and uses SignerSignEX3 dll to perform the signing.
I just want to know how does it take the private key.
Beta Was this translation helpful? Give feedback.
All reactions