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.
#:package System.Security.Cryptography.Cng@5.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=System.Security.Cryptography.Cng&version=5.0.0
                    
Install as a Cake Addin
#tool nuget:?package=System.Security.Cryptography.Cng&version=5.0.0
                    
Install 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 (219)

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.

Microsoft.Identity.Client

This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formerly Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI

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.

GitHub repositories (45)

Showing the top 20 popular GitHub repositories that depend on System.Security.Cryptography.Cng:

Repository Stars
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 10.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.
actions/runner
The Runner for GitHub Actions :rocket:
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.
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
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
cocoa-mhlw/cocoa
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
Version Downloads Last Updated
5.0.0 515,331,800 11/9/2020
5.0.0-rc.2.20475.5 20,944 10/13/2020
5.0.0-rc.1.20451.14 72,430 9/14/2020
5.0.0-preview.8.20407.11 85,480 8/25/2020
5.0.0-preview.7.20364.11 25,593 7/21/2020
5.0.0-preview.6.20305.6 11,818 6/25/2020
5.0.0-preview.5.20278.1 4,633 6/10/2020
5.0.0-preview.4.20251.6 11,962 5/18/2020
5.0.0-preview.3.20214.6 1,437,761 4/23/2020
5.0.0-preview.2.20160.6 13,597 4/2/2020
5.0.0-preview.1.20120.5 14,758 3/16/2020
4.7.0 237,697,590 12/3/2019
4.7.0-preview3.19551.4 21,270 11/13/2019
4.7.0-preview2.19523.17 18,928 11/1/2019
4.7.0-preview1.19504.10 13,553 10/15/2019
4.6.1 1,130,677 11/18/2019
4.6.0 6,458,207 9/23/2019
4.6.0-rc1.19456.4 64,341 9/16/2019
4.6.0-preview9.19421.4 7,866 9/4/2019
4.6.0-preview9.19416.11 1,330 9/4/2019
4.6.0-preview8.19405.3 86,391 8/13/2019
4.6.0-preview7.19362.9 86,961 7/23/2019
4.6.0-preview6.19303.8 79,712 6/12/2019
4.6.0-preview6.19264.9 1,261 9/4/2019
4.6.0-preview5.19224.8 32,972 5/6/2019
4.6.0-preview4.19212.13 2,948 4/18/2019
4.6.0-preview3.19128.7 19,276 3/6/2019
4.6.0-preview.19073.11 16,454 1/29/2019
4.6.0-preview.18571.3 17,465 12/3/2018
4.5.2 6,796,079 1/14/2020
4.5.0 1,075,126,227 5/29/2018
4.5.0-rc1 205,559 5/6/2018
4.5.0-preview2-26406-04 211,904 4/10/2018
4.5.0-preview1-26216-02 140,300 2/26/2018
4.4.0 104,342,362 8/11/2017
4.4.0-preview2-25405-01 8,170 6/27/2017
4.3.0 1,545,393,965 11/15/2016
4.3.0-preview1-24530-04 364,747 10/24/2016
4.2.0 655,240,341 6/27/2016
4.1.0-rc2-24027 15,585,952 5/16/2016
4.0.0-beta-23516 232,930 11/18/2015
4.0.0-beta-23409 22,889 10/15/2015
4.0.0-beta-23225 5,452 9/2/2015