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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2014-05-10 02:25:38 +0400
committerJoel Martinez <joelmartinez@gmail.com>2014-05-12 22:52:47 +0400
commitd4fcdb95b4398cda63afbadb0809072474d2932e (patch)
treed86231a02987a7ded502035411d395e12730fd33 /mcs/class/System.Security/Documentation
parentb7293faf40730fb0b03ab2470792188f6b1d6261 (diff)
[docs] namespace documentation import.
Diffstat (limited to 'mcs/class/System.Security/Documentation')
-rw-r--r--mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Pkcs.xml8
-rw-r--r--mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Xml.xml8
2 files changed, 12 insertions, 4 deletions
diff --git a/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Pkcs.xml b/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Pkcs.xml
index 1951978c612..32fe46712a4 100644
--- a/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Pkcs.xml
+++ b/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Pkcs.xml
@@ -1,6 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Security.Cryptography.Pkcs">
<Docs>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Security.Cryptography.Pkcs" /> namespace provides programming elements for Public Key Cryptography Standards (PKCS), including methods for signing data, exchanging keys, requesting certificates, public key encryption and decryption, and other security functions.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file
diff --git a/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Xml.xml b/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Xml.xml
index 1915bde82b0..35d625750f6 100644
--- a/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Xml.xml
+++ b/mcs/class/System.Security/Documentation/en/ns-System.Security.Cryptography.Xml.xml
@@ -1,6 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Security.Cryptography.Xml">
<Docs>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>The <see cref="N:System.Security.Cryptography.Xml" /> namespace contains 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/.</para>
+ </summary>
</Docs>
-</Namespace>
+</Namespace> \ No newline at end of file