System.Security.Cryptography.Cng
4.6.0-preview5.19224.8
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Security.Cryptography.Cng --version 4.6.0-preview5.19224.8
NuGet\Install-Package System.Security.Cryptography.Cng -Version 4.6.0-preview5.19224.8
<PackageReference Include="System.Security.Cryptography.Cng" Version="4.6.0-preview5.19224.8" />
paket add System.Security.Cryptography.Cng --version 4.6.0-preview5.19224.8
#r "nuget: System.Security.Cryptography.Cng, 4.6.0-preview5.19224.8"
// Install System.Security.Cryptography.Cng as a Cake Addin
#addin nuget:?package=System.Security.Cryptography.Cng&version=4.6.0-preview5.19224.8&prerelease
// Install System.Security.Cryptography.Cng as a Cake Tool
#tool nuget:?package=System.Security.Cryptography.Cng&version=4.6.0-preview5.19224.8&prerelease
Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG).
Commonly Used Types:
System.Security.Cryptography.RSACng
System.Security.Cryptography.ECDsaCng
System.Security.Cryptography.CngKey
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 |
Universal Windows Platform | uap uap10.0 uap10.0.16299 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos xamarintvos10 |
Xamarin.WatchOS | xamarinwatchos xamarinwatchos10 |
-
.NETCoreApp 2.0
- Microsoft.NETCore.Platforms (>= 3.0.0-preview5.19224.8)
-
.NETCoreApp 2.1
- No dependencies.
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.6
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETStandard 1.3
- System.IO (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Handles (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Security.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
-
.NETStandard 1.4
- System.IO (>= 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.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
-
.NETStandard 1.6
- System.IO (>= 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.Cryptography.Algorithms (>= 4.3.0)
- System.Security.Cryptography.Encoding (>= 4.3.0)
- System.Security.Cryptography.Primitives (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
-
.NETStandard 2.0
- No dependencies.
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
UAP 10.0.16299
- 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 (160)
Showing the top 5 NuGet packages that depend on System.Security.Cryptography.Cng:
Package | Downloads |
---|---|
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. |
|
Microsoft.IdentityModel.Tokens
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption. |
|
System.Security.Cryptography.Pkcs
Provides support for PKCS and CMS algorithms. Commonly Used Types: System.Security.Cryptography.Pkcs.EnvelopedCms |
|
Microsoft.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: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4. |
|
Microsoft.AspNetCore.Server.Kestrel.Core
Core components of ASP.NET Core Kestrel cross-platform web server. |
GitHub repositories (45)
Showing the top 5 popular GitHub repositories that depend on System.Security.Cryptography.Cng:
Repository | Stars |
---|---|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 7.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
|
|
win-acme/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
|
Version | Downloads | Last updated |
---|---|---|
6.0.0-preview.4.21253.7 | 65,848 | 5/24/2021 |
6.0.0-preview.3.21201.4 | 11,164 | 4/8/2021 |
6.0.0-preview.2.21154.6 | 8,483 | 3/11/2021 |
6.0.0-preview.1.21102.12 | 6,808 | 2/12/2021 |
5.0.0 | 101,398,852 | 11/9/2020 |
5.0.0-rc.2.20475.5 | 16,680 | 10/13/2020 |
5.0.0-rc.1.20451.14 | 44,340 | 9/14/2020 |
5.0.0-preview.8.20407.11 | 78,123 | 8/25/2020 |
5.0.0-preview.7.20364.11 | 23,468 | 7/21/2020 |
5.0.0-preview.6.20305.6 | 9,275 | 6/25/2020 |
5.0.0-preview.5.20278.1 | 3,685 | 6/10/2020 |
5.0.0-preview.4.20251.6 | 10,614 | 5/18/2020 |
5.0.0-preview.3.20214.6 | 1,048,887 | 4/23/2020 |
5.0.0-preview.2.20160.6 | 12,873 | 4/2/2020 |
5.0.0-preview.1.20120.5 | 8,927 | 3/16/2020 |
4.7.0 | 96,893,901 | 12/3/2019 |
4.7.0-preview3.19551.4 | 15,709 | 11/13/2019 |
4.7.0-preview2.19523.17 | 12,674 | 11/1/2019 |
4.7.0-preview1.19504.10 | 12,474 | 10/15/2019 |
4.6.1 | 982,943 | 11/18/2019 |
4.6.0 | 4,344,857 | 9/23/2019 |
4.6.0-rc1.19456.4 | 52,349 | 9/16/2019 |
4.6.0-preview9.19421.4 | 7,104 | 9/4/2019 |
4.6.0-preview9.19416.11 | 657 | 9/4/2019 |
4.6.0-preview8.19405.3 | 75,714 | 8/13/2019 |
4.6.0-preview7.19362.9 | 79,904 | 7/23/2019 |
4.6.0-preview6.19303.8 | 60,025 | 6/12/2019 |
4.6.0-preview6.19264.9 | 587 | 9/4/2019 |
4.6.0-preview5.19224.8 | 22,203 | 5/6/2019 |
4.6.0-preview4.19212.13 | 2,294 | 4/18/2019 |
4.6.0-preview3.19128.7 | 14,731 | 3/6/2019 |
4.6.0-preview.19073.11 | 14,046 | 1/29/2019 |
4.6.0-preview.18571.3 | 14,250 | 12/3/2018 |
4.5.2 | 1,428,202 | 1/14/2020 |
4.5.0 | 394,996,174 | 5/29/2018 |
4.5.0-rc1 | 140,588 | 5/6/2018 |
4.5.0-preview2-26406-04 | 127,221 | 4/10/2018 |
4.5.0-preview1-26216-02 | 114,181 | 2/26/2018 |
4.4.0 | 63,240,520 | 8/11/2017 |
4.4.0-preview2-25405-01 | 5,526 | 6/27/2017 |
4.3.0 | 578,765,906 | 11/15/2016 |
4.3.0-preview1-24530-04 | 171,579 | 10/24/2016 |
4.2.0 | 309,740,712 | 6/27/2016 |
4.1.0-rc2-24027 | 10,067,345 | 5/16/2016 |
4.0.0-beta-23516 | 230,363 | 11/18/2015 |
4.0.0-beta-23409 | 20,347 | 10/15/2015 |
4.0.0-beta-23225 | 2,667 | 9/2/2015 |