System.Security.Cryptography.Cng 5.0.0

Prefix Reserved

Requires NuGet 2.12 or higher.

dotnet add package System.Security.Cryptography.Cng --version 5.0.0
                    
NuGet\Install-Package System.Security.Cryptography.Cng -Version 5.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Security.Cryptography.Cng" Version="5.0.0" />
                    
Directory.Packages.props
<PackageReference Include="System.Security.Cryptography.Cng" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Security.Cryptography.Cng --version 5.0.0
                    
#r "nuget: System.Security.Cryptography.Cng, 5.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.Security.Cryptography.Cng&version=5.0.0
                    
Install System.Security.Cryptography.Cng as a Cake Addin
#tool nuget:?package=System.Security.Cryptography.Cng&version=5.0.0
                    
Install System.Security.Cryptography.Cng as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 is compatible.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed.  monotouch10 is compatible. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed.  uap10.0.16299 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed.  xamarintvos10 is compatible. 
Xamarin.WatchOS xamarinwatchos was computed.  xamarinwatchos10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (201)

Showing the top 5 NuGet packages that depend on System.Security.Cryptography.Cng:

Package Downloads
Microsoft.IdentityModel.Tokens

Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.

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.Security.Cryptography.Pkcs

Provides support for PKCS and CMS algorithms. Commonly Used Types: System.Security.Cryptography.Pkcs.EnvelopedCms

Microsoft.AspNetCore.Server.Kestrel.Core

Core components of ASP.NET Core Kestrel cross-platform web server.

Microsoft.Azure.KeyVault.WebKey

Microsoft Azure Key Vault WebKey Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.

GitHub repositories (44)

Showing the top 20 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.
chocolatey/choco
Chocolatey - the package manager for Windows
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
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.
actions/runner
The Runner for GitHub Actions :rocket:
Azure/azure-powershell
Microsoft Azure PowerShell
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
OPCFoundation/UA-.NETStandard
OPC Unified Architecture .NET Standard
NewLifeX/X
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
AzureAD/microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
IdentityModel extensions for .Net
cocoa-mhlw/cocoa
dvsekhvalnov/jose-jwt
Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and Json Web Keys (JWK) Implementation for .NET and .NET Core
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
Version Downloads Last updated
5.0.0 405,679,648 11/9/2020
5.0.0-rc.2.20475.5 20,423 10/13/2020
5.0.0-rc.1.20451.14 68,910 9/14/2020
5.0.0-preview.8.20407.11 84,002 8/25/2020
5.0.0-preview.7.20364.11 25,339 7/21/2020
5.0.0-preview.6.20305.6 10,909 6/25/2020
5.0.0-preview.5.20278.1 4,395 6/10/2020
5.0.0-preview.4.20251.6 11,692 5/18/2020
5.0.0-preview.3.20214.6 1,382,261 4/23/2020
5.0.0-preview.2.20160.6 13,353 4/2/2020
5.0.0-preview.1.20120.5 14,073 3/16/2020
4.7.0 208,371,109 12/3/2019
4.7.0-preview3.19551.4 19,850 11/13/2019
4.7.0-preview2.19523.17 18,173 11/1/2019
4.7.0-preview1.19504.10 13,299 10/15/2019
4.6.1 1,022,448 11/18/2019
4.6.0 6,032,978 9/23/2019
4.6.0-rc1.19456.4 63,245 9/16/2019
4.6.0-preview9.19421.4 7,630 9/4/2019
4.6.0-preview9.19416.11 1,109 9/4/2019
4.6.0-preview8.19405.3 84,038 8/13/2019
4.6.0-preview7.19362.9 85,450 7/23/2019
4.6.0-preview6.19303.8 75,675 6/12/2019
4.6.0-preview6.19264.9 1,049 9/4/2019
4.6.0-preview5.19224.8 30,241 5/6/2019
4.6.0-preview4.19212.13 2,726 4/18/2019
4.6.0-preview3.19128.7 17,745 3/6/2019
4.6.0-preview.19073.11 15,739 1/29/2019
4.6.0-preview.18571.3 16,274 12/3/2018
4.5.2 5,370,342 1/14/2020
4.5.0 925,523,408 5/29/2018
4.5.0-rc1 197,761 5/6/2018
4.5.0-preview2-26406-04 202,168 4/10/2018
4.5.0-preview1-26216-02 138,358 2/26/2018
4.4.0 97,481,136 8/11/2017
4.4.0-preview2-25405-01 7,737 6/27/2017
4.3.0 1,321,702,428 11/15/2016
4.3.0-preview1-24530-04 357,873 10/24/2016
4.2.0 590,132,946 6/27/2016
4.1.0-rc2-24027 14,419,919 5/16/2016
4.0.0-beta-23516 232,498 11/18/2015
4.0.0-beta-23409 22,472 10/15/2015
4.0.0-beta-23225 4,848 9/2/2015