Click here to Skip to main content
15,884,778 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Is OpenSsl available in Visual Studio in Windows OS ?
I want to Encrypt test using OpenSSL in Visual Studio 2017.

Then what is purpose of System.Security.Cryptograpgy.Openssl Nouget Packet in Visual Studio ?

What I have tried:

Here a link in which it is said that OpenSSL is not Available in Windows ?
The RSAOpenSsl class is an implementation of the RSA algorithm using OpenSSL. It isn't available on Windows and is only available on other operating systems when OpenSSL is installed
Posted
Updated 25-Feb-21 5:58am
Comments
Richard MacCutchan 25-Feb-21 8:37am    
You should pose this question to Microsoft, it is their documentation.

1 solution

There are several OpenSSL-specific NuGet packages available. I don't know if any of them will meet your needs, but you can start looking in there.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900