Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-02-15 03:32:08 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-16 23:18:19 +0300
commitc0f0fdd87135f9fcca0d4026819d8c388c455967 (patch)
tree1ac08e838a10feae40aa5054530a92fb7044cb9f /pkg/descriptions.json
parente9febb51ab26da51c28797a831e89918031fc8ec (diff)
Enable package build
This turns the package build back on and fixes all packages so that they build. There is still work to do to fix dependencies.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json50
1 files changed, 46 insertions, 4 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 7f18b66b4d..7685ee65e0 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -789,8 +789,10 @@
},
{
"Name": "System.IO.Ports",
- "Description": "TODO",
- "CommonTypes": [ ]
+ "Description": "Provides classes for controlling serial ports.",
+ "CommonTypes": [
+ "System.IO.Ports.SerialPort"
+ ]
},
{
"Name": "System.IO.UnmanagedMemoryStream",
@@ -1537,8 +1539,48 @@
},
{
"Name": "System.Security.Cryptography.Xml",
- "Description": "TODO",
- "CommonTypes": [ ]
+ "Description": "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/.",
+ "CommonTypes": [
+ "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"
+ ]
},
{
"Name": "System.Security.Cryptography.X509Certificates",