System.Security.Cryptography.OpenSsl
4.0.0
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.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Security.Cryptography.OpenSsl -Version 4.0.0
dotnet add package System.Security.Cryptography.OpenSsl --version 4.0.0
<PackageReference Include="System.Security.Cryptography.OpenSsl" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Security.Cryptography.OpenSsl --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Security.Cryptography.OpenSsl, 4.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.Security.Cryptography.OpenSsl as a Cake Addin
#addin nuget:?package=System.Security.Cryptography.OpenSsl&version=4.0.0
// Install System.Security.Cryptography.OpenSsl as a Cake Tool
#tool nuget:?package=System.Security.Cryptography.OpenSsl&version=4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799417
Dependencies
-
.NETFramework 4.6.3
- runtime.native.System.Security.Cryptography (>= 4.0.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Encoding (>= 4.0.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
-
.NETStandard 1.6
- runtime.native.System.Security.Cryptography (>= 4.0.0)
- System.Collections (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.Handles (>= 4.0.1)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.Numerics (>= 4.0.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Encoding (>= 4.0.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
- System.Text.Encoding (>= 4.0.11)
-
MonoAndroid 1.0
- runtime.native.System.Security.Cryptography (>= 4.0.0)
-
MonoTouch 1.0
- runtime.native.System.Security.Cryptography (>= 4.0.0)
-
Xamarin.iOS 1.0
- runtime.native.System.Security.Cryptography (>= 4.0.0)
-
Xamarin.Mac 2.0
- runtime.native.System.Security.Cryptography (>= 4.0.0)
-
Xamarin.TVOS 1.0
- runtime.native.System.Security.Cryptography (>= 4.0.0)
-
Xamarin.WatchOS 1.0
- runtime.native.System.Security.Cryptography (>= 4.0.0)
Used By
NuGet packages (3)
Showing the top 3 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.
|