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/HashAlgorithm.xml')
-rw-r--r--mcs/docs/apidocs/xml/en/System.Security.Cryptography/HashAlgorithm.xml73
1 files changed, 0 insertions, 73 deletions
diff --git a/mcs/docs/apidocs/xml/en/System.Security.Cryptography/HashAlgorithm.xml b/mcs/docs/apidocs/xml/en/System.Security.Cryptography/HashAlgorithm.xml
deleted file mode 100644
index cc5bfe55873..00000000000
--- a/mcs/docs/apidocs/xml/en/System.Security.Cryptography/HashAlgorithm.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?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.HashAlgorithm" assembly="corlib">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <property name="CanTransformMultipleBlocks">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="Hash">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="HashSize">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="InputBlockSize">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="OutputBlockSize">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <method name="TransformFinalBlock(System.Byte[], System.Int32, System.Int32)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="inputBuffer">TODO</param>
- <param name="inputOffset">TODO</param>
- <param name="inputCount">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="TransformBlock(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="inputBuffer">TODO</param>
- <param name="inputOffset">TODO</param>
- <param name="inputCount">TODO</param>
- <param name="outputBuffer">TODO</param>
- <param name="outputOffset">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="Initialize">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <returns>TODO</returns>
- </method>
- <method name="ComputeHash(System.Byte[])">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="input">TODO</param>
- <returns>TODO</returns>
- </method>
- <method name="Create">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <returns>TODO</returns>
- </method>
- <method name="Create(System.String)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="st">TODO</param>
- <returns>TODO</returns>
- </method>
- </class>
-</monodoc> \ No newline at end of file