System.Net.Security
4.3.2
Prefix Reserved
Requires NuGet 2.12 or higher.
Install-Package System.Net.Security -Version 4.3.2
dotnet add package System.Net.Security --version 4.3.2
<PackageReference Include="System.Net.Security" Version="4.3.2" />
paket add System.Net.Security --version 4.3.2
#r "nuget: System.Net.Security, 4.3.2"
// Install System.Net.Security as a Cake Addin
#addin nuget:?package=System.Net.Security&version=4.3.2
// Install System.Net.Security as a Cake Tool
#tool nuget:?package=System.Net.Security&version=4.3.2
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid monoandroid10 |
MonoMac | monomac |
MonoTouch | monotouch monotouch10 |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | netcore50 uap uap10.0 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos xamarintvos10 |
Xamarin.WatchOS | xamarinwatchos xamarinwatchos10 |
-
.NETCore 5.0
- No dependencies.
-
.NETFramework 4.6
-
.NETStandard 1.3
- Microsoft.NETCore.Platforms (>= 1.1.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- System.Collections (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Security.Claims (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Principal (>= 4.3.0)
- System.Security.Principal.Windows (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading.ThreadPool (>= 4.3.0)
-
.NETStandard 1.6
- Microsoft.NETCore.Platforms (>= 1.1.0)
- Microsoft.Win32.Primitives (>= 4.3.0)
- runtime.native.System (>= 4.3.0)
- runtime.native.System.Net.Security (>= 4.3.0)
- runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3.2)
- System.Collections (>= 4.3.0)
- System.Collections.Concurrent (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.Globalization.Extensions (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.Net.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Security.Claims (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.OpenSsl (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Security.Cryptography.X509Certificates (>= 4.3.0)
- System.Security.Principal (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading.ThreadPool (>= 4.3.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (195)
Showing the top 5 NuGet packages that depend on System.Net.Security:
Package | Downloads |
---|---|
System.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4. |
|
System.ServiceModel.Primitives
Package Description |
|
System.Net.WebSockets.Client
Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455). Commonly Used Types: System.Net.WebSockets.ClientWebSocket When using NuGet 3.x this package requires at least version 3.4. |
|
System.ServiceModel.Http
Package Description |
|
System.ServiceModel.Security
Package Description |
GitHub repositories (37)
Showing the top 5 popular GitHub repositories that depend on System.Net.Security:
Repository | Stars |
---|---|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
|
|
dotnet/MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
|
|
dotnet/try
Try .NET provides developers and content authors with tools to create interactive experiences.
|
|
microsoft/AttackSurfaceAnalyzer
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
|
Version | Downloads | Last updated | |
---|---|---|---|
4.3.2 | 93,266,246 | 9/20/2017 | |
4.3.1 | 12,245,273 | 5/9/2017 | |
4.3.0 | 53,236,335 | 11/15/2016 | |
4.3.0-preview1-24530-04 | 50,188 | 10/24/2016 | |
4.0.2 | 4,653,475 | 9/20/2017 | |
4.0.1 | 24,477,735 | 5/9/2017 | |
4.0.0 | 60,380,053 | 6/27/2016 | |
4.0.0-rc2-24027 | 2,331,284 | 5/16/2016 | |
4.0.0-beta-23516 | 88,973 | 11/18/2015 | |
4.0.0-beta-23409 | 5,596 | 10/15/2015 | |
4.0.0-beta-23225 | 25,148 | 9/2/2015 | |
4.0.0-beta-23123 | 1,745 | 7/29/2015 | |
4.0.0-beta-23109 | 2,347 | 7/27/2015 | |
4.0.0-beta-23019 | 1,723 | 6/30/2015 | |
4.0.0-beta-22816 | 2,200 | 4/24/2015 | |
4.0.0-beta-22605 | 1,915 | 2/13/2015 | |
4.0.0-beta-22416 | 2,123 | 1/16/2015 |