System.Formats.Asn1 8.0.1

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package System.Formats.Asn1 --version 8.0.1                
NuGet\Install-Package System.Formats.Asn1 -Version 8.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.Formats.Asn1" Version="8.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Formats.Asn1 --version 8.0.1                
#r "nuget: System.Formats.Asn1, 8.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.Formats.Asn1 as a Cake Addin
#addin nuget:?package=System.Formats.Asn1&version=8.0.1

// Install System.Formats.Asn1 as a Cake Tool
#tool nuget:?package=System.Formats.Asn1&version=8.0.1                

Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.

Commonly Used Types:
System.Formats.Asn1.AsnReader
System.Formats.Asn1.AsnWriter

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
.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 was computed. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (53)

Showing the top 5 NuGet packages that depend on System.Formats.Asn1:

Package Downloads
System.Security.Cryptography.Cng

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.

System.Security.Cryptography.OpenSsl

Provides cryptographic algorithm implementations and key management for non-Windows systems with OpenSSL. Commonly Used Types: System.Security.Cryptography.RSAOpenSsl 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

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

MailKit

MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices. Features include: * HTTP, Socks4, Socks4a and Socks5 proxy support. * SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2. * A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8. * A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG. * A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1. * Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported). * Asynchronous versions of all methods that hit the network. * S/MIME, OpenPGP, DKIM and ARC support via MimeKit. * Microsoft TNEF support via MimeKit.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on System.Formats.Asn1:

Repository Stars
duplicati/duplicati
Store securely encrypted backups in the cloud!
jstedfast/MailKit
A cross-platform .NET library for IMAP, POP3, and SMTP.
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
OPCFoundation/UA-.NETStandard
OPC Unified Architecture .NET Standard
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
Version Downloads Last updated
9.0.0-preview.6.24327.7 11,616 7/9/2024
9.0.0-preview.5.24306.7 5,916 6/11/2024
9.0.0-preview.4.24266.19 10,029 5/21/2024
9.0.0-preview.3.24172.9 47,411 4/11/2024
9.0.0-preview.2.24128.5 22,888 3/12/2024
9.0.0-preview.1.24080.9 30,730 2/13/2024
8.0.1 698,119 7/9/2024
8.0.0 26,814,321 11/14/2023
8.0.0-rc.2.23479.6 509,201 10/10/2023
8.0.0-rc.1.23419.4 118,382 9/12/2023
8.0.0-preview.7.23375.6 174,535 8/8/2023
8.0.0-preview.6.23329.7 10,497 7/11/2023
8.0.0-preview.5.23280.8 21,789 6/13/2023
8.0.0-preview.4.23259.5 157,503 5/16/2023
8.0.0-preview.3.23174.8 34,941 4/11/2023
8.0.0-preview.2.23128.3 22,029 3/14/2023
8.0.0-preview.1.23110.8 64,439 2/21/2023
7.0.0 43,668,892 11/7/2022
7.0.0-rc.2.22472.3 63,882 10/11/2022
7.0.0-rc.1.22426.10 70,080 9/14/2022
7.0.0-preview.7.22375.6 17,105 8/9/2022
7.0.0-preview.6.22324.4 20,745 7/12/2022
7.0.0-preview.5.22301.12 2,497 6/14/2022
7.0.0-preview.4.22229.4 17,717 5/10/2022
7.0.0-preview.3.22175.4 3,440 4/13/2022
7.0.0-preview.2.22152.2 19,734 3/14/2022
7.0.0-preview.1.22076.8 5,510 2/17/2022
6.0.1 39,244 7/9/2024
6.0.0 125,033,417 11/8/2021
6.0.0-rc.2.21480.5 20,818 10/12/2021
6.0.0-rc.1.21451.13 14,861 9/14/2021
6.0.0-preview.7.21377.19 18,165 8/10/2021
6.0.0-preview.6.21352.12 6,994 7/14/2021
6.0.0-preview.5.21301.5 7,370 6/15/2021
6.0.0-preview.4.21253.7 159,837 5/24/2021
6.0.0-preview.3.21201.4 17,516 4/8/2021
6.0.0-preview.2.21154.6 21,138 3/11/2021
6.0.0-preview.1.21102.12 11,482 2/12/2021
5.0.0 269,351,627 11/9/2020
5.0.0-rc.2.20475.5 19,204 10/13/2020
5.0.0-rc.1.20451.14 60,472 9/14/2020
5.0.0-preview.8.20407.11 80,602 8/25/2020
5.0.0-preview.7.20364.11 16,268 7/21/2020