System.Security.Cryptography.Primitives 4.3.0

前缀已预留

需要安装 NuGet 2.12 或更高版本。

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

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

为加密库提供常用类型。

常用类型
System.Security.Cryptography.ICryptoTransform
System.Security.Cryptography.AsymmetricAlgorithm
System.Security.Cryptography.SymmetricAlgorithm
System.Security.Cryptography.HashAlgorithm
System.Security.Cryptography.KeyedHashAlgorithm
System.Security.Cryptography.HMAC
System.Security.Cryptography.KeySizes
System.Security.Cryptography.CryptographicException
System.Security.Cryptography.CipherMode
System.Security.Cryptography.PaddingMode
System.Security.Cryptography.CryptoStream
System.Security.Cryptography.CryptoStreamMode

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

产品 兼容的以及额外计算的目标.NET框架版本。
.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平台 uap 已计算。 uap10.0 已计算。
Xamarin.iOS xamarinios 已计算。 xamarinios10 兼容。
Xamarin.Mac xamarinmac 已计算。 xamarinmac20 兼容。
Xamarin.TVOS xamarintvos 已计算。 xamarintvos10 兼容。
Xamarin.WatchOS xamarinwatchos 已计算。 xamarinwatchos10 兼容。
兼容的目标框架
包含的目标框架(在包中)
了解更多关于 目标框架.NET Standard 的信息。

NuGet包 (171)

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

下载
System.Security.Cryptography.Cng

提供使用Windows Cryptographic Next Generation API(CNG)实现加密算法和密钥管理的功能。常用类型:System.Security.Cryptography.RSACng System.Security.Cryptography.ECDsaCng System.Security.Cryptography.CngKey 在使用NuGet 3.x时,此包至少需要版本3.4。

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,这些API被指定为需共同使用和支持。当使用NuGet 3.x时,此包至少需要版本3.4。

System.Security.Cryptography.Algorithms

提供加密算法的基础类型,包括哈希、加密和签名操作。常用类型:System.Security.Cryptography.Aes System.Security.Cryptography.RSA System.Security.Cryptography.RSAParameters System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA384 System.Security.Cryptography.HMACSHA256 System.Security.Cryptography.MD5 System.Security.Cryptography.HMACSHA384 System.Security.Cryptography.HMACSHA512 当使用NuGet 3.x时,此包至少需要版本3.4。

System.Security.Cryptography.X509Certificates

提供读取、导出和验证 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版本。

Github仓库 (313)

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

仓库 星标
JeffreySu/WeiXinMPSDK
微信全平台.NET SDK,Senparc.Weixin for C#,支持.NET Framework及.NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。C#的微信SDK。
microsoft/ailab
使用微软人工智能体验、学习和编码最新突破性创新
neuecc/UniRx
Unity的反应式扩展
RicoSuter/NSwag
.NET、ASP.NET Core和TypeScript的Swagger/OpenAPI工具链。
stride3d/stride
Stride游戏引擎(原名Xenko)
版本 下载 最后更新
4.3.0 1,216,893,140 11/15/2016
4.3.0-preview1-24530-04 590,009 10/24/2016
4.0.0 563,483,021 6/27/2016
4.0.0-rc2-24027 13,001,034 5/16/2016
4.0.0-beta-23516 514,003 11/18/2015
4.0.0-beta-23409 459,397 10/15/2015
4.0.0-beta-23225 417,883 9/2/2015