System.Formats.Asn1 8.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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.0
NuGet\Install-Package System.Formats.Asn1 -Version 8.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.Formats.Asn1" Version="8.0.0" />
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.0
#r "nuget: System.Formats.Asn1, 8.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.
// Install System.Formats.Asn1 as a Cake Addin
#addin nuget:?package=System.Formats.Asn1&version=8.0.0

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

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 (28)

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

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

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

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

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.

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

Managed Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database for .NET Framework and is 100% managed code. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, self-tuning statement cache, Application Continuity, JSON Relational Duality, and Fast Connection Failover.

GitHub repositories (6)

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.2.24128.5 1,067 3/12/2024
9.0.0-preview.1.24080.9 20,311 2/13/2024
8.0.0 8,752,827 11/14/2023
8.0.0-rc.2.23479.6 296,928 10/10/2023
8.0.0-rc.1.23419.4 91,123 9/12/2023
8.0.0-preview.7.23375.6 111,553 8/8/2023
8.0.0-preview.6.23329.7 8,706 7/11/2023
8.0.0-preview.5.23280.8 19,058 6/13/2023
8.0.0-preview.4.23259.5 107,359 5/16/2023
8.0.0-preview.3.23174.8 33,750 4/11/2023
8.0.0-preview.2.23128.3 21,514 3/14/2023
8.0.0-preview.1.23110.8 64,130 2/21/2023
7.0.0 34,459,489 11/7/2022
7.0.0-rc.2.22472.3 61,088 10/11/2022
7.0.0-rc.1.22426.10 69,434 9/14/2022
7.0.0-preview.7.22375.6 16,783 8/9/2022
7.0.0-preview.6.22324.4 13,776 7/12/2022
7.0.0-preview.5.22301.12 2,294 6/14/2022
7.0.0-preview.4.22229.4 17,281 5/10/2022
7.0.0-preview.3.22175.4 3,246 4/13/2022
7.0.0-preview.2.22152.2 18,962 3/14/2022
7.0.0-preview.1.22076.8 5,289 2/17/2022
6.0.2-mauipre.1.22102.15 2,088 2/15/2022
6.0.2-mauipre.1.22054.8 116,030 1/19/2022
6.0.0 99,281,031 11/8/2021
6.0.0-rc.2.21480.5 19,003 10/12/2021
6.0.0-rc.1.21451.13 14,636 9/14/2021
6.0.0-preview.7.21377.19 18,022 8/10/2021
6.0.0-preview.6.21352.12 6,816 7/14/2021
6.0.0-preview.5.21301.5 7,258 6/15/2021
6.0.0-preview.4.21253.7 132,344 5/24/2021
6.0.0-preview.3.21201.4 17,145 4/8/2021
6.0.0-preview.2.21154.6 18,117 3/11/2021
6.0.0-preview.1.21102.12 9,949 2/12/2021
5.0.0 226,156,972 11/9/2020
5.0.0-rc.2.20475.5 18,723 10/13/2020
5.0.0-rc.1.20451.14 56,573 9/14/2020
5.0.0-preview.8.20407.11 79,824 8/25/2020
5.0.0-preview.7.20364.11 16,018 7/21/2020