System.Security.Cryptography.Pkcs 7.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.0 .NET Framework 4.6.2
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package System.Security.Cryptography.Pkcs --version 7.0.1
NuGet\Install-Package System.Security.Cryptography.Pkcs -Version 7.0.1
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.Pkcs" Version="7.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Security.Cryptography.Pkcs --version 7.0.1
#r "nuget: System.Security.Cryptography.Pkcs, 7.0.1"
#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.
// Install System.Security.Cryptography.Pkcs as a Cake Addin
#addin nuget:?package=System.Security.Cryptography.Pkcs&version=7.0.1

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

Provides support for PKCS and CMS algorithms.

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

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 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (164)

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

Package Downloads
System.Security.Cryptography.Xml The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

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

EPPlus The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A spreadsheet library for .NET framework and .NET core

Microsoft.Build.Tasks.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.

NuGet.Packaging The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.

GitHub repositories (34)

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

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
EventStore/EventStore
The stream database optimised for event sourcing
umbraco/Umbraco-CMS
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
JanKallman/EPPlus
Create advanced Excel spreadsheets using .NET
Version Downloads Last updated
8.0.0-preview.2.23128.3 2,905 3/14/2023
8.0.0-preview.1.23110.8 9,526 2/21/2023
7.0.1 117,747 2/14/2023
7.0.0 2,613,784 11/7/2022
7.0.0-rc.2.22472.3 45,862 10/11/2022
7.0.0-rc.1.22426.10 34,944 9/14/2022
7.0.0-preview.7.22375.6 16,104 8/9/2022
7.0.0-preview.6.22324.4 6,051 7/12/2022
7.0.0-preview.5.22301.12 2,184 6/14/2022
7.0.0-preview.4.22229.4 14,786 5/10/2022
7.0.0-preview.3.22175.4 2,999 4/13/2022
7.0.0-preview.2.22152.2 16,750 3/14/2022
7.0.0-preview.1.22076.8 4,525 2/17/2022
6.0.2 43,229 2/14/2023
6.0.2-mauipre.1.22102.15 1,200 2/15/2022
6.0.2-mauipre.1.22054.8 70,603 1/19/2022
6.0.1 13,382,789 5/10/2022
6.0.0 22,860,329 11/8/2021
6.0.0-rc.2.21480.5 15,508 10/12/2021
6.0.0-rc.1.21451.13 14,047 9/14/2021
6.0.0-preview.7.21377.19 17,594 8/10/2021
6.0.0-preview.6.21352.12 6,499 7/14/2021
6.0.0-preview.5.21301.5 7,284 6/15/2021
6.0.0-preview.4.21253.7 21,642 5/24/2021
6.0.0-preview.3.21201.4 9,413 4/8/2021
6.0.0-preview.2.21154.6 9,188 3/11/2021
6.0.0-preview.1.21102.12 5,802 2/12/2021
5.0.1 7,547,159 12/8/2020
5.0.0 73,849,304 11/9/2020
5.0.0-rc.2.20475.5 16,629 10/13/2020
5.0.0-rc.1.20451.14 44,163 9/14/2020
5.0.0-preview.8.20407.11 77,727 8/25/2020
5.0.0-preview.7.20364.11 24,853 7/21/2020
5.0.0-preview.6.20305.6 10,420 6/25/2020
5.0.0-preview.5.20278.1 4,248 6/10/2020
5.0.0-preview.4.20251.6 11,034 5/18/2020
5.0.0-preview.3.20214.6 1,103,101 4/23/2020
5.0.0-preview.2.20160.6 20,966 4/2/2020
5.0.0-preview.1.20120.5 3,219 3/16/2020
4.7.0 90,283,659 12/3/2019
4.7.0-preview3.19551.4 16,029 11/13/2019
4.7.0-preview2.19523.17 12,373 11/1/2019
4.7.0-preview1.19504.10 11,695 10/15/2019
4.6.0 5,045,413 9/23/2019
4.6.0-rc1.19456.4 51,095 9/16/2019
4.6.0-preview9.19421.4 6,741 9/4/2019
4.6.0-preview9.19416.11 431 9/4/2019
4.6.0-preview8.19405.3 78,772 8/13/2019
4.6.0-preview7.19362.9 79,999 7/23/2019
4.6.0-preview6.19303.8 63,357 6/12/2019
4.6.0-preview6.19264.9 412 9/4/2019
4.6.0-preview5.19224.8 21,377 5/6/2019
4.6.0-preview4.19212.13 1,906 4/18/2019
4.6.0-preview3.19128.7 7,495 3/6/2019
4.6.0-preview.19073.11 14,786 1/29/2019
4.6.0-preview.18571.3 12,645 12/3/2018
4.5.2 15,701,923 1/8/2019
4.5.1 6,841,771 10/1/2018
4.5.0 155,974,756 5/29/2018
4.5.0-rc1 160,154 5/6/2018
4.5.0-preview2-26406-04 167,937 4/10/2018
4.5.0-preview1-26216-02 49,965 2/26/2018
4.5.0-preview1-25914-04 212,544 11/15/2017
4.4.0 4,356,418 8/11/2017
4.4.0-preview2-25405-01 1,848 6/27/2017
4.4.0-preview1-25305-02 6,374 5/9/2017
4.3.0 7,418,233 11/15/2016
4.3.0-preview1-24530-04 12,072 10/24/2016
4.0.0 104,991 6/27/2016