System.Security.Cryptography.Xml
5.0.0-preview.4.20251.6
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Security.Cryptography.Xml --version 5.0.0-preview.4.20251.6
NuGet\Install-Package System.Security.Cryptography.Xml -Version 5.0.0-preview.4.20251.6
<PackageReference Include="System.Security.Cryptography.Xml" Version="5.0.0-preview.4.20251.6" />
paket add System.Security.Cryptography.Xml --version 5.0.0-preview.4.20251.6
#r "nuget: System.Security.Cryptography.Xml, 5.0.0-preview.4.20251.6"
// Install System.Security.Cryptography.Xml as a Cake Addin #addin nuget:?package=System.Security.Cryptography.Xml&version=5.0.0-preview.4.20251.6&prerelease // Install System.Security.Cryptography.Xml as a Cake Tool #tool nuget:?package=System.Security.Cryptography.Xml&version=5.0.0-preview.4.20251.6&prerelease
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
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 2.1
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
.NETFramework 4.6.1
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
.NETStandard 2.0
- System.Memory (>= 4.5.3)
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
MonoAndroid 1.0
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
MonoTouch 1.0
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
Xamarin.iOS 1.0
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
Xamarin.Mac 2.0
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
Xamarin.TVOS 1.0
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
-
Xamarin.WatchOS 1.0
- System.Security.Cryptography.Pkcs (>= 5.0.0-preview.4.20251.6)
- System.Security.Permissions (>= 5.0.0-preview.4.20251.6)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on System.Security.Cryptography.Xml:
Package | Downloads |
---|---|
Microsoft.AspNetCore.DataProtection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e |
|
Microsoft.Build.Tasks.Core
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild. |
GitHub repositories (64)
Showing the top 5 popular GitHub repositories that depend on System.Security.Cryptography.Xml:
Repository | Stars |
---|---|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
|
|
EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
|