System.Security.Cryptography.X509Certificates 4.3.2

前缀已保留

需要 NuGet 2.12 或更高版本。

dotnet add package System.Security.Cryptography.X509Certificates --version 4.3.2                
NuGet\Install-Package System.Security.Cryptography.X509Certificates -Version 4.3.2                
该命令专为在 Visual Studio 的包管理器控制台中使用而设计,因为它使用了 NuGet 模块的 Install-Package 版本。
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />                
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中以引用该包。
paket add System.Security.Cryptography.X509Certificates --version 4.3.2                
#r "nuget: System.Security.Cryptography.X509Certificates, 4.3.2"                
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将此内容复制到交互式工具或脚本的源代码中以引用包。
// Install System.Security.Cryptography.X509Certificates as a Cake Addin
#addin nuget:?package=System.Security.Cryptography.X509Certificates&version=4.3.2

// Install System.Security.Cryptography.X509Certificates as a Cake Tool
#tool nuget:?package=System.Security.Cryptography.X509Certificates&version=4.3.2                

提供用于读取、导出和验证 Authenticode X.509 v3 证书的类型。这些证书由唯一且明确识别证书持有者的私钥签名。

常用类型
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

当使用 NuGet 3.x 版本时,此包至少需要版本 3.4。

产品 兼容和额外的计算目标框架版本。
.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 已计算。 net7.0 已计算。 net7.0-android 已计算。 net7.0-ios 已计算。 net7.0-maccatalyst 已计算。 net7.0-macos 已计算。 net7.0-tvos 已计算。 net7.0-windows 已计算。 net8.0 已计算。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.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计算得出。 net481计算得出。
MonoAndroid monoandroid计算得出。 monoandroid10兼容。
MonoMac monomac计算得出。
MonoTouch monotouch计算得出。 monotouch10兼容。
Tizen tizen30计算得出。 tizen40计算得出。 tizen60计算得出。
通用Windows平台 netcore50兼容。 uap计算得出。 uap10.0计算得出。
Xamarin.iOS xamarinios计算得出。 xamarinios10兼容。
Xamarin.Mac xamarinmac计算得出。 xamarinmac20兼容。
Xamarin.TVOS xamarintvos计算得出。 xamarintvos10兼容。
Xamarin.WatchOS xamarinwatchos计算得出。 xamarinwatchos10兼容。
兼容的目标框架
包含的目标框架(在包中)
更多关于 目标框架.NET Standard 的信息。

NuGet 包 (449)

显示依赖于 System.Security.Cryptography.X509Certificates 的前 5 个 NuGet 包

下载
System.Net.Http

提供现代 HTTP 应用的编程接口,包括允许应用通过 HTTP 消费 web 服务的 HTTP 客户端组件,以及可用于解析 HTTP 标头的客户端和服务器端的 HTTP 组件。常用类型: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 当使用 NuGet 3.x 时,此包需要至少版本 3.4。

NETStandard.Library

一组规定一起使用和受支持的.NET标准API。18a36291e48808fa7ef2d00a764ceb1ec95645a5 当使用NuGet 3.x时,此包至少需要版本3.4。

System.Net.Security

提供类型,例如System.Net.Security.SslStream,它们使用SSL/TLS协议在客户端和服务器端点之间提供安全的网络通信。常用类型:System.Net.Security.SslStream System.Net.Security.ExtendedProtectionPolicy 当使用NuGet 3.x时,此包至少需要版本3.4。

Microsoft.IdentityModel.Clients.ActiveDirectory

在此处提供了该库的较新版本:https://nuget.net.cn/packages/Microsoft.Identity.Client/ 迁移指南:https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration ADAL不再接收新功能改进。

System.Net.WebSockets.Client

提供System.Net.WebSockets.ClientWebSocket类,该类实现了RFC 6455 WebSocket协议中的客户端角色。常用类型:System.Net.WebSockets.ClientWebSocket 当使用NuGet 3.x时,此包至少需要版本3.4。

GitHub仓库 (347)

显示依赖System.Security.Cryptography.X509Certificates的前5个最受欢迎的GitHub仓库

仓库 明星
MonoGame/MonoGame
创建强大的跨平台游戏的框架。
mRemoteNG/mRemoteNG
mRemoteNG是下一代mRemote,开源,标签式,多协议,远程连接管理器。
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK,Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。WeChat SDK for C#。
microsoft/ailab
使用Microsoft AI体验,学习和编码最新的突破性创新。
neuecc/UniRx
Unity的响应式扩展
版本 下载 最后更新
4.3.2 124,104,214 11/14/2017
4.3.1 1,890,469 9/20/2017
4.3.0 1,163,130,375 11/15/2016
4.3.0-preview1-24530-04 473,970 10/24/2016
4.1.2 15,705,398 11/14/2017
4.1.1 91,213 9/20/2017 4.1.1存在至少一个高严重性的漏洞。
4.1.0 525,516,274 6/27/2016 4.1.0存在至少一个高严重性的漏洞。
4.1.0-rc2-24027 13,362,745 5/16/2016 4.1.0-rc2-24027存在至少一个高严重性的漏洞。
4.0.0-beta-23516 393,343 11/18/2015
4.0.0-beta-23409 379,613 10/15/2015
4.0.0-beta-23225 286,975 9/2/2015
4.0.0-beta-23123 7,160 7/29/2015
4.0.0-beta-23109 61,044 7/27/2015
4.0.0-beta-23019 51,112 6/30/2015
4.0.0-beta-22816 56,773 4/24/2015
4.0.0-beta-22605 20,903 2/13/2015
4.0.0-beta-22416 14,365 1/16/2015
4.0.0-beta-22231 31,122 11/11/2014