System.Runtime.CompilerServices.Unsafe
by: Microsoft
- 37.88k total downloads
- Latest version: 4.5.2
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
Commonly Used Types:
System.Runtime.CompilerServices.Unsafe
02b11eeee1fbc5f3ef43a1452fe07efd25fa1715
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Claims
by: Microsoft
- 8.457k total downloads
- Latest version: 4.0.1
Provides classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals.
Commonly Used Types:
System.Security.Principal.GenericIdentity
System.Security.Claims.Claim
System.Security.Claims.ClaimsIdentity
System.Security.Claims.ClaimsPrincipal
System.Security.Principal.GenericPrincipal
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.Cng
by: Microsoft
- 23.637k total downloads
- Latest version: 4.4.0
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
8321c729934c0f8be754953439b88e6e1c120c24
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.Pkcs
by: Microsoft
- 15.005k total downloads
- Latest version: 4.5.2
Provides support for PKCS and CMS algorithms.
Commonly Used Types:
System.Security.Cryptography.Pkcs.EnvelopedCms
99ce22c306b07f99ddae60f443d23a983ae78f7b
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.ProtectedData
by: Microsoft
- 17.321k total downloads
- Latest version: 4.5.0
Provides access to Windows Data Protection Api.
Commonly Used Types:
System.Security.Cryptography.DataProtectionScope
System.Security.Cryptography.ProtectedData
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.X509Certificates
by: Microsoft
- 15.926k total downloads
- Latest version: 4.3.2
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.
System.Security.Principal
by: Microsoft
- 8.305k total downloads
- Latest version: 4.0.1
Provides the base interfaces for principal and identity objects that represents the security context under which code is running.
Commonly Used Types:
System.Security.Principal.IPrincipal
System.Security.Principal.IIdentity
System.Security.Principal.TokenImpersonationLevel
When using NuGet 3.x this package requires at least version 3.4.
System.Security.Principal.Windows
by: Microsoft
- 6.201k total downloads
- Latest version: 4.0.0
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups.
Commonly Used Types:
System.Security.Principal.WindowsIdentity
System.Security.Principal.SecurityIdentifier
System.Security.Principal.NTAccount
System.Security.Principal.WindowsPrincipal
System.Security.Principal.IdentityReference
System.Security.Principal.IdentityNotMappedException
System.Security.Principal.WindowsBuiltInRole
System.Security.Principal.WellKnownSidType
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encoding.CodePages
by: Microsoft
- 6.309k total downloads
- Latest version: 4.5.1
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
99ce22c306b07f99ddae60f443d23a983ae78f7b
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encodings.Web
by: Microsoft
- 12.668k total downloads
- Latest version: 4.4.0
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).
Commonly Used Types:
System.Text.Encodings.Web.HtmlEncoder
System.Text.Encodings.Web.UrlEncoder
System.Text.Encodings.Web.JavaScriptEncoder
8321c729934c0f8be754953439b88e6e1c120c24
When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Tasks.Extensions
by: Microsoft
- 46.497k total downloads
- Latest version: 4.5.2
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
99ce22c306b07f99ddae60f443d23a983ae78f7b
System.Threading.Thread
by: Microsoft
- 6.982k total downloads
- Latest version: 4.0.0
Provides the System.Threading.Thread class, which allows developers to create and control a thread, set its priority, and get its state.
Commonly Used Types:
System.Threading.Thread
System.Threading.ThreadStart
System.Threading.ParameterizedThreadStart
When using NuGet 3.x this package requires at least version 3.4.
System.Threading.ThreadPool
by: Microsoft
- 6.124k total downloads
- Latest version: 4.0.10
Provides the System.Threading.ThreadPool class, which contains a pool of threads that can be used to execute tasks, post work items, wait on behalf of other threads, and process timers.
Commonly Used Types:
System.Threading.ThreadPool
System.Threading.WaitOrTimerCallback
When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XPath
by: Microsoft
- 3.121k total downloads
- Latest version: 4.0.1
Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model.
Commonly Used Types:
System.Xml.XPath.XPathNavigator
System.Xml.XPath.IXPathNavigable
System.Xml.XPath.XPathNodeType
System.Xml.XPath.XPathNodeIterator
System.Xml.XPath.XPathExpression
System.Xml.XPath.XPathResultType
System.Xml.XPath.XPathException
System.Xml.XPath.XPathDocument
System.Xml.XPath.XPathItem
System.Xml.XPath.XPathNamespaceScope
When using NuGet 3.x this package requires at least version 3.4.
System.Xml.XPath.XmlDocument
by: Microsoft
- 16.426k total downloads
- Latest version: 4.3.0
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package.
Commonly Used Types:
System.Xml.XPath.XmlDocumentExtensions
When using NuGet 3.x this package requires at least version 3.4.
YamlDotNet
by: Antoine Aubry
- 18.839k total downloads
- Latest version: 6.1.2
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.
ZendeskApi_v2
by: Elizabeth Schneider
- 720 total downloads
- Latest version: 3.10.3
A full c# wrapper for Zendesk's api v2.
ZXing.Net
by: Michael Jahn
- 3.42k total downloads
- Latest version: 0.16.4
ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java.
It has been ported by hand with a lot of optimizations and improvements.
It is compatible with .Net 2.0, .Net 3.5, .Net 4.0, .Net 4.5, .Net 4.6, .Net 4.7, Windows RT Class Library and Components, UWP, .Net Standard 1.0, 1.1, 1.3 and 2.0, Silverlight 4, Silverlight 5, Windows Phone 7.x and Windows Phone 8.x and Xamarin.Android
ZXing.Net.Bindings.ImageSharp
by: Michael Jahn
- 3.8k total downloads
- Latest version: 0.16.6-beta
ZXing.Net Bindings for ImageSharp - use ImageSharp with ZXing.Net for barcode reading