System.Security.Cryptography.Pkcs 10.0.9 (original) (raw)

Provides support for PKCS and CMS algorithms.

Commonly Used Types:
System.Security.Cryptography.Pkcs.EnvelopedCms

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 is compatible. 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 is compatible. 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 is compatible. 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 netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed.
.NET Standard netstandard2.0 is compatible. netstandard2.1 is compatible.
.NET Framework net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed.
MonoAndroid monoandroid was computed.
MonoMac monomac was computed.
MonoTouch monotouch was computed.
Tizen tizen40 was computed. tizen60 was computed.
Xamarin.iOS xamarinios was computed.
Xamarin.Mac xamarinmac was computed.
Xamarin.TVOS xamarintvos was computed.
Xamarin.WatchOS xamarinwatchos was computed.

NuGet packages (579)

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

Package Downloads
System.Security.Cryptography.Xml Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, "XML-Signature Syntax and Processing", described at http://www.w3.org/TR/xmldsig-core/. Commonly Used Types: System.Security.Cryptography.Xml.CipherData System.Security.Cryptography.Xml.CipherReference System.Security.Cryptography.Xml.DataObject System.Security.Cryptography.Xml.DataReference System.Security.Cryptography.Xml.DSAKeyValue System.Security.Cryptography.Xml.EncryptedData System.Security.Cryptography.Xml.EncryptedKey System.Security.Cryptography.Xml.EncryptedReference System.Security.Cryptography.Xml.EncryptedType System.Security.Cryptography.Xml.EncryptedXml System.Security.Cryptography.Xml.EncryptionMethod System.Security.Cryptography.Xml.EncryptionProperty System.Security.Cryptography.Xml.EncryptionPropertyCollection System.Security.Cryptography.Xml.KeyInfo System.Security.Cryptography.Xml.KeyInfoClause System.Security.Cryptography.Xml.KeyInfoEncryptedKey System.Security.Cryptography.Xml.KeyInfoName System.Security.Cryptography.Xml.KeyInfoNode System.Security.Cryptography.Xml.KeyInfoRetrievalMethod System.Security.Cryptography.Xml.KeyInfoX509Data System.Security.Cryptography.Xml.KeyReference System.Security.Cryptography.Xml.Reference System.Security.Cryptography.Xml.ReferenceList System.Security.Cryptography.Xml.RSAKeyValue System.Security.Cryptography.Xml.Signature System.Security.Cryptography.Xml.SignedInfo System.Security.Cryptography.Xml.SignedXml System.Security.Cryptography.Xml.Transform System.Security.Cryptography.Xml.TransformChain System.Security.Cryptography.Xml.XmlDecryptionTransform System.Security.Cryptography.Xml.XmlDsigBase64Transform System.Security.Cryptography.Xml.XmlDsigC14NTransform System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform System.Security.Cryptography.Xml.XmlDsigExcC14NTransform System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform System.Security.Cryptography.Xml.XmlDsigXPathTransform System.Security.Cryptography.Xml.XmlDsigXsltTransform System.Security.Cryptography.Xml.XmlLicenseTransform 1.5B
Microsoft.Data.SqlClient The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL 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. 1.4B
MimeKit MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit 284.2M
NuGet.Packaging NuGet's understanding of packages. Reading nuspec, nupkgs and package signing. 224.5M
EPPlus A spreadsheet library for .NET framework and .NET core 194.3M

GitHub repositories (80)

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

Repository Stars
PowerShell/PowerShell PowerShell for every system! 54.0K
icsharpcode/ILSpy .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform! 25.4K
duplicati/duplicati Store securely encrypted backups in the cloud! 14.7K
EduardoPires/EquinoxProject Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices 6.8K
actions/runner The Runner for GitHub Actions 🚀 6.1K
microsoft/aspire Aspire is the tool for code-first, extensible, observable dev and deploy. 6.1K
kurrent-io/KurrentDB KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency. 5.8K
ChilliCream/graphql-platform Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE. 5.7K
dotnet/msbuild The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio. 5.5K
Azure/azure-powershell Microsoft Azure PowerShell 4.7K
HotCakeX/Harden-Windows-Security Harden Windows Safely, Securely using Official Supported Microsoft methods and proper explanation | Always up-to-date and works with the latest build of Windows Provides tools and Guides for Personal, Enterprise, Government and Military security levels SLSA Level 3 Compliant for Secure Development and Build Process Apps Available on MS Store✨ 4.3K
cake-build/cake :cake: Cake (C# Make) is a cross platform build automation system. 4.2K
JanKallman/EPPlus Create advanced Excel spreadsheets using .NET 3.8K
dotnet/interactive .NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before. 3.2K
coverlet-coverage/coverlet Cross platform code coverage for .NET 3.2K
SciSharp/BotSharp AI Multi-Agent Framework in .NET 3.1K
netwrix/pingcastle PingCastle - Get Active Directory Security at 80% in 20% of the time 2.9K
microsoft/onefuzz A self-hosted Fuzzing-As-A-Service platform 2.8K
ProtonVPN/win-app Official ProtonVPN Windows app 2.3K
googleprojectzero/sandbox-attacksurface-analysis-tools Set of tools to analyze Windows sandboxes for exposed attack surface. 2.3K

Include prerelease

Include vulnerable

Include deprecated

Version Downloads Last Updated
11.0.0-preview.5.26302.115 1,574 6/9/2026
11.0.0-preview.4.26230.115 7,812 5/12/2026
11.0.0-preview.3.26207.106 16,404 4/14/2026
11.0.0-preview.2.26159.112 5,748 3/10/2026
11.0.0-preview.1.26104.118 7,885 2/10/2026
10.0.9 466,975 6/9/2026
10.0.8 3,894,623 5/12/2026
10.0.7 9,329,537 4/21/2026
10.0.6 5,245,896 4/14/2026
10.0.5 3,766,153 3/12/2026
10.0.4 378,240 3/10/2026
10.0.3 3,215,331 2/10/2026
10.0.2 3,020,973 1/13/2026
10.0.1 2,807,159 12/9/2025
9.0.17 18,575 6/9/2026
9.0.16 171,267 5/12/2026
9.0.15 1,545,833 4/14/2026
9.0.14 357,255 3/10/2026
9.0.13 7,107,322 2/10/2026
9.0.12 464,994 1/13/2026