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:
Diffstat (limited to 'mcs/docs/apidocs/xml/en/System.Security.Cryptography/CryptoStream.xml')
-rw-r--r--mcs/docs/apidocs/xml/en/System.Security.Cryptography/CryptoStream.xml79
1 files changed, 79 insertions, 0 deletions
diff --git a/mcs/docs/apidocs/xml/en/System.Security.Cryptography/CryptoStream.xml b/mcs/docs/apidocs/xml/en/System.Security.Cryptography/CryptoStream.xml
new file mode 100644
index 00000000000..da818e23e7c
--- /dev/null
+++ b/mcs/docs/apidocs/xml/en/System.Security.Cryptography/CryptoStream.xml
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
+<monodoc language="en">
+ <class name="System.Security.Cryptography.CryptoStream" assembly="corlib">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <constructor name="CryptoStream(System.IO.Stream, System.Security.Cryptography.ICryptoTransform, System.Security.Cryptography.CryptoStreamMode)">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <param name="stream">TODO</param>
+ <param name="transform">TODO</param>
+ <param name="mode">TODO</param>
+ </constructor>
+ <property name="CanRead">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <value>TODO</value>
+ </property>
+ <property name="CanSeek">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <value>TODO</value>
+ </property>
+ <property name="CanWrite">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <value>TODO</value>
+ </property>
+ <property name="Length">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <value>TODO</value>
+ </property>
+ <property name="Position">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <value>TODO</value>
+ </property>
+ <method name="Write(System.Byte[], System.Int32, System.Int32)">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <param name="buffer">TODO</param>
+ <param name="offset">TODO</param>
+ <param name="count">TODO</param>
+ <returns>TODO</returns>
+ </method>
+ <method name="SetLength(System.Int64)">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <param name="value">TODO</param>
+ <returns>TODO</returns>
+ </method>
+ <method name="Seek(System.Int64, System.IO.SeekOrigin)">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <param name="offset">TODO</param>
+ <param name="origin">TODO</param>
+ <returns>TODO</returns>
+ </method>
+ <method name="Read(System.Byte[], System.Int32, System.Int32)">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <param name="buffer">TODO</param>
+ <param name="offset">TODO</param>
+ <param name="count">TODO</param>
+ <returns>TODO</returns>
+ </method>
+ <method name="Flush">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <returns>TODO</returns>
+ </method>
+ <method name="FlushFinalBlock">
+ <summary>TODO</summary>
+ <remarks>TODO</remarks>
+ <returns>TODO</returns>
+ </method>
+ </class>
+</monodoc> \ No newline at end of file