Re: sign and verify using .pfx files (General questions)
Mauricio,
regarding private key, did you try doing
Crypt.SecretKey = oCert
and for public key, you can do this
Crypt.SecretKey = oCert.PublicKeyOpenSSH
can you try that?
Mauricio,
regarding private key, did you try doing
Crypt.SecretKey = oCert
and for public key, you can do this
Crypt.SecretKey = oCert.PublicKeyOpenSSH
can you try that?
Complete thread: