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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I want to implement CSR and private key with SM2 algorithm. I am trying to use following code to generate:
var pkcs10CertificationRequest = new Pkcs10CertificationRequest("SM3WITHSM2", subjectName, sm2KeyPair.Public, null, sm2KeyPair.Private);
But it shows "string SM3WITHSM2 not an OID", what does the error mean? does Pkcs10CertificationRequest support to generate SM2 CSR?
Beta Was this translation helpful? Give feedback.
All reactions