![]() |
VOOZH | about |
Requires NuGet 2.12 or higher.
dotnet add package System.Security.Cryptography.OpenSsl --version 5.0.0
NuGet\Install-Package System.Security.Cryptography.OpenSsl -Version 5.0.0
<PackageReference Include="System.Security.Cryptography.OpenSsl" Version="5.0.0" />
<PackageVersion Include="System.Security.Cryptography.OpenSsl" Version="5.0.0" />Directory.Packages.props
<PackageReference Include="System.Security.Cryptography.OpenSsl" />Project file
paket add System.Security.Cryptography.OpenSsl --version 5.0.0
#r "nuget: System.Security.Cryptography.OpenSsl, 5.0.0"
#:package System.Security.Cryptography.OpenSsl@5.0.0
#addin nuget:?package=System.Security.Cryptography.OpenSsl&version=5.0.0Install as a Cake Addin
#tool nuget:?package=System.Security.Cryptography.OpenSsl&version=5.0.0Install as a Cake Tool
Provides cryptographic algorithm implementations and key management for non-Windows systems with OpenSSL.
Commonly Used Types:
System.Security.Cryptography.RSAOpenSsl
When using NuGet 3.x this package requires at least version 3.4.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 netcoreapp1.0 was computed. netcoreapp1.1 netcoreapp1.1 was computed. netcoreapp2.0 netcoreapp2.0 is compatible. netcoreapp2.1 netcoreapp2.1 is compatible. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 is compatible. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 netstandard1.6 is compatible. netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 is compatible. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen30 tizen30 was computed. tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on System.Security.Cryptography.OpenSsl:
| Package | Downloads |
|---|---|
|
System.Net.Http
Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4. |
|
|
System.Security.Cryptography.X509Certificates
Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate. Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509ContentType System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.StoreName System.Security.Cryptography.X509Certificates.X509FindType System.Security.Cryptography.X509Certificates.X509ChainStatus System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension System.Security.Cryptography.X509Certificates.X509Chain When using NuGet 3.x this package requires at least version 3.4. |
|
|
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints. Commonly Used Types: System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy When using NuGet 3.x this package requires at least version 3.4. |
|
|
Nexmo.Csharp.Client
Official C#/.NET wrapper for the Nexmo API |
|
|
NBlockchain
NBlockchain is a toolkit for developers to build their own blockchain applications. |
Showing the top 6 popular GitHub repositories that depend on System.Security.Cryptography.OpenSsl:
| Repository | Stars |
|---|---|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
| cocoa-mhlw/cocoa | |
|
ConcreteMC/Alex
A Minecraft client written in C# aimed at compatibility with MC:Java & MC:Bedrock
|
|
|
pdfforge/PDFCreator
PDFCreator - The free PDF Converter
|
|
|
POW-Software/ByteSync
ByteSync is a free and open-source tool for file synchronization, backup, and deduplication. It works locally or remotely, with no VPNs or firewall configuration required. Transfers only file differences, compresses data, encrypts end-to-end, and gives you full control over what and when to sync. Runs on Windows, Linux, and macOS.
|
|
|
paolosalvatori/service-fabric-acs-kubernetes-multi-container-app
This sample demonstrates how create a multi-container application using ASP.NET Core and deploy it on an Azure Service Fabric Linux cluster with the DNS service or Azure Container Service Kubernetes cluster on Azure.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 14,898,870 | 11/9/2020 |
| 5.0.0-rc.2.20475.5 | 2,356 | 10/13/2020 |
| 5.0.0-rc.1.20451.14 | 1,657 | 9/14/2020 |
| 5.0.0-preview.8.20407.11 | 1,451 | 8/25/2020 |
| 5.0.0-preview.7.20364.11 | 1,551 | 7/21/2020 |
| 5.0.0-preview.6.20305.6 | 1,378 | 6/25/2020 |
| 5.0.0-preview.5.20278.1 | 1,400 | 6/10/2020 |
| 5.0.0-preview.4.20251.6 | 1,498 | 5/18/2020 |
| 5.0.0-preview.3.20214.6 | 1,497 | 4/23/2020 |
| 5.0.0-preview.2.20160.6 | 1,673 | 4/2/2020 |
| 5.0.0-preview.1.20120.5 | 11,737 | 3/16/2020 |
| 4.7.0 | 1,215,560 | 12/3/2019 |
| 4.7.0-preview3.19551.4 | 1,626 | 11/13/2019 |
| 4.7.0-preview2.19523.17 | 1,435 | 11/1/2019 |
| 4.7.0-preview1.19504.10 | 1,511 | 10/15/2019 |
| 4.6.0 | 1,199,614 | 9/23/2019 |