XMLDSIG transforms from .NET Core.
authorVladimir Kazakov <vladimir.kazakov@live.com>
Sun, 2 Jul 2017 10:31:33 +0000 (13:31 +0300)
committerVladimir Kazakov <vladimir.kazakov@live.com>
Mon, 24 Jul 2017 16:57:26 +0000 (19:57 +0300)
commit7ede70ad8e444a57fb56a2627cae2b0061d8f22e
treea984eeea90674ae2793885878f04872e90b9483b
parent9b1fa3e38f6461f4e7d3379322e58c3f87b399e2
XMLDSIG transforms from .NET Core.
28 files changed:
external/api-snapshot
mcs/class/System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs
mcs/class/System.Security/Makefile
mcs/class/System.Security/Mono.Xml/XmlCanonicalizer.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptedReference.cs
mcs/class/System.Security/System.Security.Cryptography.Xml/Reference.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/SignedXml.cs
mcs/class/System.Security/System.Security.Cryptography.Xml/Transform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/TransformChain.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDecryptionTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigBase64Transform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigC14NTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigExcC14NTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigExcC14NWithCommentsTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigNodeList.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigXPathTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlLicenseTransform.cs [deleted file]
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignature.cs
mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignatureStreamReader.cs [deleted file]
mcs/class/System.Security/System.Security.dll.sources
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ReferenceTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/SignedXmlTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NTransformTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigExcC14NTransformTest.cs
mcs/class/System.Security/corefx/SR.cs