Is there any Cryptographic function which would simulate openssl_sign($data, $signature, $pkeyid); in ASP.NET?
I have a private key which is generated with OpenSSL application (http://www.slproweb.com/products/Win32OpenSSL.html) in .pem format and I need to sign piece of string with that private key, but
I can't get any info, so, please help..
↧
openssl_sign in ASP.NET
↧