Browse Source

Revert "Remove unused import."

This reverts commit c50e2a2f413acdcfde0ad7bd7903256e331eaafc.
drieseng 9 years ago
parent
commit
5d60476400
29 changed files with 1886 additions and 2677 deletions
  1. BIN
      packages/SshNet.Security.Cryptography.1.0.0/SshNet.Security.Cryptography.1.0.0.nupkg
  2. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/net20/SshNet.Security.Cryptography.dll
  3. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/net20/SshNet.Security.Cryptography.xml
  4. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/net40/SshNet.Security.Cryptography.dll
  5. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/net40/SshNet.Security.Cryptography.xml
  6. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/net45/SshNet.Security.Cryptography.dll
  7. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/net45/SshNet.Security.Cryptography.xml
  8. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.0/SshNet.Security.Cryptography.dll
  9. 0 1300
      packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.0/SshNet.Security.Cryptography.xml
  10. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.3/SshNet.Security.Cryptography.dll
  11. 0 1161
      packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.3/SshNet.Security.Cryptography.xml
  12. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.dll
  13. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.xml
  14. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/sl4/SshNet.Security.Cryptography.dll
  15. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/sl4/SshNet.Security.Cryptography.xml
  16. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/sl5/SshNet.Security.Cryptography.dll
  17. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/sl5/SshNet.Security.Cryptography.xml
  18. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/uap10/SshNet.Security.Cryptography.dll
  19. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/uap10/SshNet.Security.Cryptography.xml
  20. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/wp71/SshNet.Security.Cryptography.dll
  21. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/wp71/SshNet.Security.Cryptography.xml
  22. BIN
      packages/SshNet.Security.Cryptography.1.0.0/lib/wp8/SshNet.Security.Cryptography.dll
  23. 192 0
      packages/SshNet.Security.Cryptography.1.0.0/lib/wp8/SshNet.Security.Cryptography.xml
  24. 5 4
      src/Renci.SshNet.Silverlight5/Renci.SshNet.Silverlight5.csproj
  25. 54 17
      src/Renci.SshNet/Channels/Channel.cs
  26. 38 54
      src/Renci.SshNet/Channels/ChannelDirectTcpip.cs
  27. 36 29
      src/Renci.SshNet/Channels/ChannelForwardedTcpip.cs
  28. 1 0
      src/Renci.SshNet/Common/BigInteger.cs
  29. 24 112
      src/Renci.SshNet/ForwardedPortDynamic.NET.cs

BIN
packages/SshNet.Security.Cryptography.1.0.0/SshNet.Security.Cryptography.1.0.0.nupkg


BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/net20/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/net20/SshNet.Security.Cryptography.xml

@@ -485,6 +485,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -585,6 +617,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -735,6 +799,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -833,6 +929,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1011,6 +1139,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1093,6 +1253,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/net40/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/net40/SshNet.Security.Cryptography.xml

@@ -485,6 +485,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -585,6 +617,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -735,6 +799,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -833,6 +929,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1011,6 +1139,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1093,6 +1253,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/net45/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/net45/SshNet.Security.Cryptography.xml

@@ -485,6 +485,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -585,6 +617,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -735,6 +799,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -833,6 +929,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1011,6 +1139,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1093,6 +1253,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.0/SshNet.Security.Cryptography.dll


+ 0 - 1300
packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.0/SshNet.Security.Cryptography.xml

@@ -1,1300 +0,0 @@
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>SshNet.Security.Cryptography</name>
-    </assembly>
-    <members>
-        <member name="T:System.Security.Cryptography.HashAlgorithm">
-            <summary>
-            Represents the base class from which all implementations of cryptographic
-            hash algorithms must derive.
-            </summary>
-        </member>
-        <member name="P:System.Security.Cryptography.HashAlgorithm.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:System.Security.Cryptography.HashAlgorithm.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:System.Security.Cryptography.HashAlgorithm.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="P:System.Security.Cryptography.HashAlgorithm.CanReuseTransform">
-            <summary>
-            Gets a value indicating whether the current transform can be reused.
-            </summary>
-            <returns>
-            Always true.
-            </returns>
-        </member>
-        <member name="P:System.Security.Cryptography.HashAlgorithm.CanTransformMultipleBlocks">
-            <summary>
-            Gets a value indicating whether multiple blocks can be transformed.
-            </summary>
-            <returns>
-            true if multiple blocks can be transformed; otherwise, false.
-            </returns>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.ComputeHash(System.Byte[])">
-            <summary>
-            Computes the hash value for the specified byte array.
-            </summary>
-            <param name="buffer">The input to compute the hash code for. </param>
-            <returns>
-            The computed hash code.
-            </returns>
-            <exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.ComputeHash(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the specified byte array.
-            </summary>
-            <param name="buffer">The input to compute the hash code for.</param>
-            <param name="offset">The offset into the byte array from which to begin using data.</param>
-            <param name="count">The number of bytes in the array to use as data.</param>
-            <returns>
-            The computed hash code.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="count"/> is an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="buffer"/> length is invalid.</para>
-            </exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.ComputeHash(System.IO.Stream)">
-            <summary>
-            Computes the hash value for the specified <see cref="T:System.IO.Stream"/> object.
-            </summary>
-            <param name="inputStream">The input to compute the hash code for.</param>
-            <returns>
-            The computed hash code.
-            </returns>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.Dispose">
-            <summary>
-            Releases all resources used by the current instance of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:System.Security.Cryptography.HashAlgorithm.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="T:System.Security.Cryptography.KeyedHashAlgorithm">
-            <summary>
-            Represents the abstract class from which all implementations of keyed
-            hash algorithms must derive.
-            </summary>
-        </member>
-        <member name="P:System.Security.Cryptography.KeyedHashAlgorithm.Key">
-            <summary>
-            Gets or sets the key to use in the hash algorithm.
-            </summary>
-            <value>
-            The key to use in the hash algorithm.
-            </value>
-        </member>
-        <member name="M:System.Security.Cryptography.KeyedHashAlgorithm.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm"/> and
-            optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.Hash">
-            <summary>
-            Gets the value of the computed hash code.
-            </summary>
-            <value>
-            The current value of the computed hash code.
-            </value>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the input byte array and copies the specified
-            region of the input byte array to the specified region of the output byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the input byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the input byte array to use as data.</param>
-            <param name="outputBuffer">A copy of the part of the input array used to compute the hash code.</param>
-            <param name="outputOffset">The offset into the output byte array from which to begin writing data.</param>
-            <returns>
-            The number of bytes written.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.TransformFinalBlock(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the specified byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the byte array to use as data.</param>
-            <returns>
-            An array that is a copy of the part of the input that is hashed.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.ComputeHash(System.Byte[])">
-            <summary>
-            Computes the hash value for the input data.
-            </summary>
-            <param name="buffer">The input to compute the hash code for.</param>
-            <returns>
-            The computed hash code.
-            </returns>
-            <exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.Dispose">
-            <summary>
-            Releases all resources used by the current instance of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/>.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMAC">
-            <summary>
-            Provides HMAC algorithm implementation.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMAC.BlockSize">
-            <summary>
-            Gets the size of the block.
-            </summary>
-            <value>
-            The size of the block.
-            </value>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMAC.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <value>
-            The size, in bits, of the computed hash code.
-            </value>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.#ctor(SshNet.Security.Cryptography.IHashProvider)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMAC"/> with the specified hash algorithm.
-            </summary>
-            <param name="hashProvider">The hash provider.</param>
-            <exception cref="T:System.ArgumentNullException"><paramref name="hashProvider"/> is <c>null</c>.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.#ctor(SshNet.Security.Cryptography.IHashProvider,System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMAC"/> with the specified hash algorithm, key and size of the computed
-            hash code.
-            </summary>
-            <param name="hashProvider">The hash provider.</param>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-            <exception cref="T:System.ArgumentNullException"><paramref name="hashProvider"/> is <c>null</c>.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.#ctor(SshNet.Security.Cryptography.IHashProvider,System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMAC"/> with the specified hash algorithm and key.
-            </summary>
-            <param name="hashProvider">The hash provider.</param>
-            <param name="key">The key.</param>
-            <exception cref="T:System.ArgumentNullException"><paramref name="hashProvider"/> is <c>null</c>.</exception>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMAC.Key">
-            <summary>
-            Gets or sets the key to use in the hash algorithm.
-            </summary>
-            <returns>
-            The key to use in the hash algorithm.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm" /> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Hashes the core.
-            </summary>
-            <param name="rgb">The RGB.</param>
-            <param name="ib">The ib.</param>
-            <param name="cb">The cb.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.Dispose(System.Boolean)">
-            <summary>
-            Releases unmanaged and - optionally - managed resources
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged ResourceMessages.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.GetShortenedKey(System.Byte[])">
-            <summary>
-            Return a key that fits the <see cref="P:SshNet.Security.Cryptography.HMAC.BlockSize"/> of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/>.
-            </summary>
-            <param name="key">The key to shorten, if necessary.</param>
-            <returns>
-            A hash of <paramref name="key"/> if <paramref name="key"/> is longer than the <see cref="P:SshNet.Security.Cryptography.HMAC.BlockSize"/> of the
-            <see cref="T:System.Security.Cryptography.HashAlgorithm"/>; otherwise, <paramref name="key"/>.
-            </returns>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACMD5">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the MD5 hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACMD5.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACMD5"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACMD5.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACMD5"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACMD5.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACMD5"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACRIPEMD160">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.RIPEMD160"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACRIPEMD160.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACRIPEMD160"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACRIPEMD160.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACRIPEMD160"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA1">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.SHA1"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA1.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA1"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA1.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA1"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA1.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA1"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA256">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA256.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA256.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA256.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA384">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA384.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA384.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA384.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> this is 128 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA512">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA512.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA512.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA512.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> this is 128 bytes.
-            </value>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.Hash">
-            <summary>
-            Gets the value of the computed hash code.
-            </summary>
-            <value>
-            The current value of the computed hash code.
-            </value>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.IHashProvider"/>.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the input byte array and copies the specified
-            region of the input byte array to the specified region of the output byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the input byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the input byte array to use as data.</param>
-            <param name="outputBuffer">A copy of the part of the input array used to compute the hash code.</param>
-            <param name="outputOffset">The offset into the output byte array from which to begin writing data.</param>
-            <returns>
-            The number of bytes written.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.TransformFinalBlock(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the specified byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the byte array to use as data.</param>
-            <returns>
-            An array that is a copy of the part of the input that is hashed.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.ComputeHash(System.Byte[])">
-            <summary>
-            Computes the hash value for the input data.
-            </summary>
-            <param name="buffer">The input to compute the hash code for.</param>
-            <returns>
-            The computed hash code.
-            </returns>
-            <exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.MD5">
-            <summary>
-            MD5 algorithm implementation
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.MD5"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.MD5"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.MD5HashProvider._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.MD5HashProvider"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.RIPEMD160">
-            <summary>
-            Cryptographic hash function based upon the Merkle–Damgård construction.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.RIPEMD160"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.RIPEMD160"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.RIPEMD160HashProvider.X">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.RIPEMD160HashProvider" /> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.InternalInitialize">
-            <summary>
-            Reset the chaining variables to the IV values.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F1(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Rounds 0-15
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F2(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Rounds 16-31
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F3(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            ounds 32-47
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F4(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Rounds 48-63
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F5(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            ounds 64-79
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA1">
-            <summary>
-            Computes the SHA1 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA1"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA1"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA1HashProvider._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA1"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>The size, in bits, of the computed hash code.</returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA256">
-            <summary>
-            Computes the SHA256 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA256"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA256"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA256HashProvider._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA256HashProvider"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA256HashProvider.K">
-            <summary>
-            The SHA-256 Constants (represent the first 32 bits of the fractional parts of the cube roots of the first sixty-four prime numbers)
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H1">
-            <summary>
-            Initial hash value 1.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H2">
-            <summary>
-            Initial hash value 2.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H3">
-            <summary>
-            Initial hash value 3.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H4">
-            <summary>
-            Initial hash value 4.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H5">
-            <summary>
-            Initial hash value 5.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H6">
-            <summary>
-            Initial hash value 6.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H7">
-            <summary>
-            Initial hash value 7.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H8">
-            <summary>
-            Initial hash value 8.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA2HashProviderBase" /> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.Finish">
-            <summary>
-            Finalizes the hash computation.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.AdjustByteCounts">
-            <summary>
-            Adjust the byte counts so that byteCount2 represents the upper long (less 3 bits) word of the byte count.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA384">
-            <summary>
-            Computes the SHA384 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA384"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA384"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384HashProvider.InputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384HashProvider.OutputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA512">
-            <summary>
-            Computes the SHA512 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA512"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA512"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512HashProvider.InputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512HashProvider.OutputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-    </members>
-</doc>

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.3/SshNet.Security.Cryptography.dll


+ 0 - 1161
packages/SshNet.Security.Cryptography.1.0.0/lib/netstandard1.3/SshNet.Security.Cryptography.xml

@@ -1,1161 +0,0 @@
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>SshNet.Security.Cryptography</name>
-    </assembly>
-    <members>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.Hash">
-            <summary>
-            Gets the value of the computed hash code.
-            </summary>
-            <value>
-            The current value of the computed hash code.
-            </value>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the input byte array and copies the specified
-            region of the input byte array to the specified region of the output byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the input byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the input byte array to use as data.</param>
-            <param name="outputBuffer">A copy of the part of the input array used to compute the hash code.</param>
-            <param name="outputOffset">The offset into the output byte array from which to begin writing data.</param>
-            <returns>
-            The number of bytes written.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.TransformFinalBlock(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the specified byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the byte array to use as data.</param>
-            <returns>
-            An array that is a copy of the part of the input that is hashed.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.ComputeHash(System.Byte[])">
-            <summary>
-            Computes the hash value for the input data.
-            </summary>
-            <param name="buffer">The input to compute the hash code for.</param>
-            <returns>
-            The computed hash code.
-            </returns>
-            <exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.Dispose">
-            <summary>
-            Releases all resources used by the current instance of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HashProviderBase.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/>.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HashProviderBase.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMAC">
-            <summary>
-            Provides HMAC algorithm implementation.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMAC.BlockSize">
-            <summary>
-            Gets the size of the block.
-            </summary>
-            <value>
-            The size of the block.
-            </value>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMAC.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <value>
-            The size, in bits, of the computed hash code.
-            </value>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.#ctor(SshNet.Security.Cryptography.IHashProvider)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMAC"/> with the specified hash algorithm.
-            </summary>
-            <param name="hashProvider">The hash provider.</param>
-            <exception cref="T:System.ArgumentNullException"><paramref name="hashProvider"/> is <c>null</c>.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.#ctor(SshNet.Security.Cryptography.IHashProvider,System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMAC"/> with the specified hash algorithm, key and size of the computed
-            hash code.
-            </summary>
-            <param name="hashProvider">The hash provider.</param>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-            <exception cref="T:System.ArgumentNullException"><paramref name="hashProvider"/> is <c>null</c>.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.#ctor(SshNet.Security.Cryptography.IHashProvider,System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMAC"/> with the specified hash algorithm and key.
-            </summary>
-            <param name="hashProvider">The hash provider.</param>
-            <param name="key">The key.</param>
-            <exception cref="T:System.ArgumentNullException"><paramref name="hashProvider"/> is <c>null</c>.</exception>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMAC.Key">
-            <summary>
-            Gets or sets the key to use in the hash algorithm.
-            </summary>
-            <returns>
-            The key to use in the hash algorithm.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm" /> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Hashes the core.
-            </summary>
-            <param name="rgb">The RGB.</param>
-            <param name="ib">The ib.</param>
-            <param name="cb">The cb.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.Dispose(System.Boolean)">
-            <summary>
-            Releases unmanaged and - optionally - managed resources
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged ResourceMessages.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMAC.GetShortenedKey(System.Byte[])">
-            <summary>
-            Return a key that fits the <see cref="P:SshNet.Security.Cryptography.HMAC.BlockSize"/> of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/>.
-            </summary>
-            <param name="key">The key to shorten, if necessary.</param>
-            <returns>
-            A hash of <paramref name="key"/> if <paramref name="key"/> is longer than the <see cref="P:SshNet.Security.Cryptography.HMAC.BlockSize"/> of the
-            <see cref="T:System.Security.Cryptography.HashAlgorithm"/>; otherwise, <paramref name="key"/>.
-            </returns>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACMD5">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the MD5 hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACMD5.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACMD5"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACMD5.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACMD5"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACMD5.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACMD5"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACRIPEMD160">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.RIPEMD160"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACRIPEMD160.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACRIPEMD160"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACRIPEMD160.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACRIPEMD160"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA1">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.SHA1"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA1.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA1"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA1.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA1"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA1.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA1"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA256">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA256.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA256.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA256.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA256"/> this is 64 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA384">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA384.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA384.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA384.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA384"/> this is 128 bytes.
-            </value>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.HMACSHA512">
-            <summary>
-            Computes a Hash-based Message Authentication Code (HMAC) by using the <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> hash function.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA512.#ctor(System.Byte[])">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> with the specified key.
-            </summary>
-            <param name="key">The key.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.HMACSHA512.#ctor(System.Byte[],System.Int32)">
-            <summary>
-            Initializes a <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> with the specified key and size of the computed hash code.
-            </summary>
-            <param name="key">The key.</param>
-            <param name="hashSize">The size, in bits, of the computed hash code.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.HMACSHA512.BlockSize">
-            <summary>
-            Gets or sets the block size, in bytes, to use in the hash value.
-            </summary>
-            <value>
-            The block size to use in the hash value. For <see cref="T:SshNet.Security.Cryptography.HMACSHA512"/> this is 128 bytes.
-            </value>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.IHashProvider.Hash">
-            <summary>
-            Gets the value of the computed hash code.
-            </summary>
-            <value>
-            The current value of the computed hash code.
-            </value>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.IHashProvider"/>.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the input byte array and copies the specified
-            region of the input byte array to the specified region of the output byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the input byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the input byte array to use as data.</param>
-            <param name="outputBuffer">A copy of the part of the input array used to compute the hash code.</param>
-            <param name="outputOffset">The offset into the output byte array from which to begin writing data.</param>
-            <returns>
-            The number of bytes written.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.TransformFinalBlock(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Computes the hash value for the specified region of the specified byte array.
-            </summary>
-            <param name="inputBuffer">The input to compute the hash code for.</param>
-            <param name="inputOffset">The offset into the byte array from which to begin using data.</param>
-            <param name="inputCount">The number of bytes in the byte array to use as data.</param>
-            <returns>
-            An array that is a copy of the part of the input that is hashed.
-            </returns>
-            <exception cref="T:System.ArgumentException">
-            <para><paramref name="inputCount"/> uses an invalid value.</para>
-            <para>-or-</para>
-            <para><paramref name="inputBuffer"/> has an invalid length.</para>
-            </exception>
-            <exception cref="T:System.ArgumentNullException"><paramref name="inputBuffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="inputOffset"/> is out of range. This parameter requires a non-negative number.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.IHashProvider.ComputeHash(System.Byte[])">
-            <summary>
-            Computes the hash value for the input data.
-            </summary>
-            <param name="buffer">The input to compute the hash code for.</param>
-            <returns>
-            The computed hash code.
-            </returns>
-            <exception cref="T:System.ArgumentNullException"><paramref name="buffer"/> is <c>null</c>.</exception>
-            <exception cref="T:System.ObjectDisposedException">The object has already been disposed.</exception>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.MD5">
-            <summary>
-            MD5 algorithm implementation
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.MD5"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.MD5"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.MD5HashProvider._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.MD5HashProvider"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.MD5HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.MD5HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.RIPEMD160">
-            <summary>
-            Cryptographic hash function based upon the Merkle–Damgård construction.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.RIPEMD160"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.RIPEMD160"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.RIPEMD160HashProvider.X">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.RIPEMD160HashProvider" /> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.RIPEMD160HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.InternalInitialize">
-            <summary>
-            Reset the chaining variables to the IV values.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F1(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Rounds 0-15
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F2(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Rounds 16-31
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F3(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            ounds 32-47
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F4(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            Rounds 48-63
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.RIPEMD160HashProvider.F5(System.Int32,System.Int32,System.Int32)">
-            <summary>
-            ounds 64-79
-            </summary>
-            <param name="x">The x.</param>
-            <param name="y">The y.</param>
-            <param name="z">The z.</param>
-            <returns></returns>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA1">
-            <summary>
-            Computes the SHA1 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA1"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA1"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA1HashProvider._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA1"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>The size, in bits, of the computed hash code.</returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA1HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA1HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA256">
-            <summary>
-            Computes the SHA256 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA256"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA256"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA256HashProvider._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA256HashProvider"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256HashProvider.InputBlockSize">
-            <summary>
-            Gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA256HashProvider.OutputBlockSize">
-            <summary>
-            Gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA256HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA256HashProvider.K">
-            <summary>
-            The SHA-256 Constants (represent the first 32 bits of the fractional parts of the cube roots of the first sixty-four prime numbers)
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H1">
-            <summary>
-            Initial hash value 1.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H2">
-            <summary>
-            Initial hash value 2.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H3">
-            <summary>
-            Initial hash value 3.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H4">
-            <summary>
-            Initial hash value 4.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H5">
-            <summary>
-            Initial hash value 5.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H6">
-            <summary>
-            Initial hash value 6.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H7">
-            <summary>
-            Initial hash value 7.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase.H8">
-            <summary>
-            Initial hash value 8.
-            </summary>
-        </member>
-        <member name="F:SshNet.Security.Cryptography.SHA2HashProviderBase._x">
-            <summary>
-            The word buffer.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA2HashProviderBase" /> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.Finish">
-            <summary>
-            Finalizes the hash computation.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA2HashProviderBase.AdjustByteCounts">
-            <summary>
-            Adjust the byte counts so that byteCount2 represents the upper long (less 3 bits) word of the byte count.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA384">
-            <summary>
-            Computes the SHA384 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA384"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA384"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384HashProvider.InputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA384HashProvider.OutputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA384HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-        <member name="T:SshNet.Security.Cryptography.SHA512">
-            <summary>
-            Computes the SHA512 hash for input data. 
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.#ctor">
-            <summary>
-            Initializes a new instance of the <see cref="T:SshNet.Security.Cryptography.SHA512"/> class.
-            </summary>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
-            <summary>
-            Routes data written to the object into the hash algorithm for computing the hash.
-            </summary>
-            <param name="array">The input to compute the hash code for.</param>
-            <param name="ibStart">The offset into the byte array from which to begin using data.</param>
-            <param name="cbSize">The number of bytes in the byte array to use as data.</param>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
-            </summary>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512.Dispose(System.Boolean)">
-            <summary>
-            Releases the unmanaged resources used by the <see cref="T:SshNet.Security.Cryptography.SHA512"/> and optionally releases the managed resources.
-            </summary>
-            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512HashProvider.HashSize">
-            <summary>
-            Gets the size, in bits, of the computed hash code.
-            </summary>
-            <returns>
-            The size, in bits, of the computed hash code.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512HashProvider.InputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the input block size.
-            </summary>
-            <returns>
-            The input block size.
-            </returns>
-        </member>
-        <member name="P:SshNet.Security.Cryptography.SHA512HashProvider.OutputBlockSize">
-            <summary>
-            When overridden in a derived class, gets the output block size.
-            </summary>
-            <returns>
-            The output block size.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512HashProvider.HashFinal">
-            <summary>
-            Finalizes the hash computation after the last data is processed by the cryptographic stream object.
-            </summary>
-            <returns>
-            The computed hash code.
-            </returns>
-        </member>
-        <member name="M:SshNet.Security.Cryptography.SHA512HashProvider.Initialize">
-            <summary>
-            Initializes an implementation of the <see cref="T:SshNet.Security.Cryptography.HashProviderBase"/> class.
-            </summary>
-        </member>
-    </members>
-</doc>

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.xml

@@ -624,6 +624,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -724,6 +756,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -874,6 +938,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -972,6 +1068,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1150,6 +1278,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1232,6 +1392,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/sl4/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/sl4/SshNet.Security.Cryptography.xml

@@ -485,6 +485,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -585,6 +617,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -735,6 +799,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -833,6 +929,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1011,6 +1139,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1093,6 +1253,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/sl5/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/sl5/SshNet.Security.Cryptography.xml

@@ -485,6 +485,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -585,6 +617,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -735,6 +799,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -833,6 +929,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1011,6 +1139,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1093,6 +1253,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/uap10/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/uap10/SshNet.Security.Cryptography.xml

@@ -624,6 +624,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -724,6 +756,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -874,6 +938,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -972,6 +1068,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1150,6 +1278,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1232,6 +1392,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/wp71/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/wp71/SshNet.Security.Cryptography.xml

@@ -485,6 +485,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -585,6 +617,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -735,6 +799,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -833,6 +929,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1011,6 +1139,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1093,6 +1253,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

BIN
packages/SshNet.Security.Cryptography.1.0.0/lib/wp8/SshNet.Security.Cryptography.dll


+ 192 - 0
packages/SshNet.Security.Cryptography.1.0.0/lib/wp8/SshNet.Security.Cryptography.xml

@@ -485,6 +485,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.MD5.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.MD5.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -585,6 +617,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.RIPEMD160.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.RIPEMD160.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -735,6 +799,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA1.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA1.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -833,6 +929,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA256.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA256.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1011,6 +1139,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA384.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA384.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.
@@ -1093,6 +1253,38 @@
             The size, in bits, of the computed hash code.
             </returns>
         </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.InputBlockSize">
+            <summary>
+            Gets the input block size.
+            </summary>
+            <returns>
+            The input block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.OutputBlockSize">
+            <summary>
+            Gets the output block size.
+            </summary>
+            <returns>
+            The output block size.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanReuseTransform">
+            <summary>
+            Gets a value indicating whether the current transform can be reused.
+            </summary>
+            <returns>
+            Always true.
+            </returns>
+        </member>
+        <member name="P:SshNet.Security.Cryptography.SHA512.CanTransformMultipleBlocks">
+            <summary>
+            Gets a value indicating whether multiple blocks can be transformed.
+            </summary>
+            <returns>
+            true if multiple blocks can be transformed; otherwise, false.
+            </returns>
+        </member>
         <member name="M:SshNet.Security.Cryptography.SHA512.HashCore(System.Byte[],System.Int32,System.Int32)">
             <summary>
             Routes data written to the object into the hash algorithm for computing the hash.

+ 5 - 4
src/Renci.SshNet.Silverlight5/Renci.SshNet.Silverlight5.csproj

@@ -59,8 +59,7 @@
   <ItemGroup>
     <Reference Include="Microsoft.CSharp, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
     <Reference Include="mscorlib" />
-    <Reference Include="SshNet.Security.Cryptography, Version=1.0.0.0, Culture=neutral, PublicKeyToken=50c6375d29e47192, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
+    <Reference Include="SshNet.Security.Cryptography">
       <HintPath>..\..\packages\SshNet.Security.Cryptography.1.0.0\lib\sl5\SshNet.Security.Cryptography.dll</HintPath>
       <Private>True</Private>
     </Reference>
@@ -904,7 +903,9 @@
     <None Include="..\Renci.SshNet.snk">
       <Link>Renci.SshNet.snk</Link>
     </None>
-    <None Include="packages.config" />
+    <None Include="packages.config">
+      <SubType>Designer</SubType>
+    </None>
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
   <ProjectExtensions>
@@ -912,7 +913,7 @@
       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
         <SilverlightProjectProperties />
       </FlavorProperties>
-      <UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
+      <UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
     </VisualStudio>
   </ProjectExtensions>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 

+ 54 - 17
src/Renci.SshNet/Channels/Channel.cs

@@ -341,13 +341,10 @@ namespace Renci.SshNet.Channels
         /// </summary>
         public void Close()
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | Channel.Close");
-#endif // DEBUG_GERT
             Close(true);
         }
 
-#region Channel virtual methods
+        #region Channel virtual methods
 
         /// <summary>
         /// Called when channel window need to be adjust.
@@ -408,10 +405,6 @@ namespace Renci.SshNet.Channels
         {
             _closeMessageReceived = true;
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | Channel.OnClose()");
-#endif // DEBUG_GERT
-
             // close the channel
             Close(false);
 
@@ -451,7 +444,7 @@ namespace Renci.SshNet.Channels
                 requestFailed(this, new ChannelEventArgs(LocalChannelNumber));
         }
 
-#endregion
+        #endregion
 
         /// <summary>
         /// Raises <see cref="Channel.Exception"/> event.
@@ -509,6 +502,54 @@ namespace Renci.SshNet.Channels
             _eofMessageSent = Sent;
         }
 
+        /// <summary>
+        /// Sends channel extended data message to the servers.
+        /// </summary>
+        /// <param name="message">Channel data message.</param>
+        /// <remarks>
+        /// <para>
+        /// When the data of the message exceeds the maximum packet size or the remote window
+        /// size does not allow the full message to be sent, then this method will send the
+        /// data in multiple chunks and will only wait for the remote window size to be adjusted
+        /// when its zero.
+        /// </para>
+        /// <para>
+        /// This is done to support SSH servers will a small window size that do not agressively
+        /// increase their window size. We need to take into account that there may be SSH
+        /// servers that only increase their window size when it has reached zero.
+        /// </para>
+        /// </remarks>
+        protected void SendMessage(ChannelExtendedDataMessage message)
+        {
+            // send channel messages only while channel is open
+            if (!IsOpen)
+                return;
+
+            var totalDataLength = message.Data.Length;
+            var totalDataSent = 0;
+
+            var totalBytesToSend = totalDataLength;
+            while (totalBytesToSend > 0)
+            {
+                var dataThatCanBeSentInMessage = GetDataLengthThatCanBeSentInMessage(totalBytesToSend);
+                if (dataThatCanBeSentInMessage == totalDataLength)
+                {
+                    // we can send the message in one chunk
+                    _session.SendMessage(message);
+                }
+                else
+                {
+                    // we need to send the message in multiple chunks
+                    var dataToSend = new byte[dataThatCanBeSentInMessage];
+                    Array.Copy(message.Data, totalDataSent, dataToSend, 0, dataThatCanBeSentInMessage);
+                    _session.SendMessage(new ChannelExtendedDataMessage(message.LocalChannelNumber,
+                        message.DataTypeCode, dataToSend));
+                }
+                totalDataSent += dataThatCanBeSentInMessage;
+                totalBytesToSend -= dataThatCanBeSentInMessage;
+            }
+        }
+
         /// <summary>
         /// Waits for the handle to be signaled or for an error to occurs.
         /// </summary>
@@ -633,7 +674,7 @@ namespace Renci.SshNet.Channels
             }
         }
 
-#region Channel message event handlers
+        #region Channel message event handlers
 
         private void OnChannelWindowAdjust(object sender, MessageEventArgs<ChannelWindowAdjustMessage> e)
         {
@@ -774,7 +815,7 @@ namespace Renci.SshNet.Channels
             }
         }
 
-#endregion
+        #endregion
 
         private void AdjustDataWindow(byte[] messageData)
         {
@@ -830,7 +871,7 @@ namespace Renci.SshNet.Channels
             throw new InvalidOperationException("The channel is closed.");
         }
 
-#region IDisposable Members
+        #region IDisposable Members
 
         private bool _isDisposed;
 
@@ -854,10 +895,6 @@ namespace Renci.SshNet.Channels
 
             if (disposing)
             {
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | Channel.Dipose(bool)");
-#endif // DEBUG_GERT
-
                 Close(false);
 
                 var session = _session;
@@ -910,6 +947,6 @@ namespace Renci.SshNet.Channels
             Dispose(false);
         }
 
-#endregion
+        #endregion
     }
 }

+ 38 - 54
src/Renci.SshNet/Channels/ChannelDirectTcpip.cs

@@ -56,24 +56,12 @@ namespace Renci.SshNet.Channels
 
             var ep = (IPEndPoint) socket.RemoteEndPoint;
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  ChannelOpenMessage send '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             // open channel
             SendMessage(new ChannelOpenMessage(LocalChannelNumber, LocalWindowSize, LocalPacketSize,
                 new DirectTcpipChannelInfo(remoteHost, port, ep.Address.ToString(), (uint) ep.Port)));
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  ChannelOpenMessage sent '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             //  Wait for channel to open
             WaitOnHandle(_channelOpen);
-
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  ChannelOpenMessage flagged '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
         }
 
         /// <summary>
@@ -99,11 +87,44 @@ namespace Renci.SshNet.Channels
 
             var buffer = new byte[RemotePacketSize];
 
-            SocketAbstraction.ReadContinuous(_socket, buffer, 0, buffer.Length, SendData);
-
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelDirectTcpip.Bind (after) '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
+            while (_socket != null && _socket.Connected)
+            {
+                try
+                {
+                    var read = SocketAbstraction.ReadPartial(_socket, buffer, 0, buffer.Length, ConnectionInfo.Timeout);
+                    if (read > 0)
+                    {
+                        SendData(buffer, 0, read);
+                    }
+                    else
+                    {
+                        // client shut down the socket (but the server may still send data or an EOF)
+                        break;
+                    }
+                }
+                catch (SocketException exp)
+                {
+                    switch (exp.SocketErrorCode)
+                    {
+                        case SocketError.WouldBlock:
+                        case SocketError.IOPending:
+                        case SocketError.NoBufferSpaceAvailable:
+                            // socket buffer is probably empty, wait and try again
+                            ThreadAbstraction.Sleep(30);
+                            break;
+                        case SocketError.ConnectionAborted:
+                        case SocketError.ConnectionReset:
+                            // connection was closed after receiving SSH_MSG_CHANNEL_CLOSE message
+                            break;
+                        case SocketError.Interrupted:
+                            // connection was closed because FIN/ACK was not received in time after
+                            // shutting down the (send part of the) socket
+                            break;
+                        default:
+                            throw; // throw any other error
+                    }
+                }
+            }
 
             // even though the client has disconnected, we still want to properly close the
             // channel
@@ -126,10 +147,6 @@ namespace Renci.SshNet.Channels
                 if (_socket == null)
                     return;
 
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelDirectTcpip.CloseSocket '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
                 // closing a socket actually disposes the socket, so we can safely dereference
                 // the field to avoid entering the lock again later
                 _socket.Dispose();
@@ -148,10 +165,6 @@ namespace Renci.SshNet.Channels
 
             lock (_socketLock)
             {
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelDirectTcpip.ShutdownSocket '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
                 if (_socket == null || !_socket.Connected)
                     return;
 
@@ -166,10 +179,6 @@ namespace Renci.SshNet.Channels
         /// <param name="wait"><c>true</c> to wait for the SSH_MSG_CHANNEL_CLOSE message to be received from the server; otherwise, <c>false</c>.</param>
         protected override void Close(bool wait)
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelDirectTcpip.Close(bool) '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             var forwardedPort = _forwardedPort;
             if (forwardedPort != null)
             {
@@ -221,10 +230,6 @@ namespace Renci.SshNet.Channels
             base.OnOpenConfirmation(remoteChannelNumber, initialWindowSize, maximumPacketSize);
 
             _channelOpen.Set();
-
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  ChannelOpenMessage confirmed '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
         }
 
         protected override void OnOpenFailure(uint reasonCode, string description, string language)
@@ -232,10 +237,6 @@ namespace Renci.SshNet.Channels
             base.OnOpenFailure(reasonCode, description, language);
 
             _channelOpen.Set();
-
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  ChannelOpenMessage failure '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
         }
 
         /// <summary>
@@ -245,11 +246,6 @@ namespace Renci.SshNet.Channels
         {
             base.OnEof();
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelDirectTcpip.OnEof '" + LocalChannelNumber + "' | " +
-                              DateTime.Now.ToString("hh:mm:ss"));
-#endif // DEBUG_GERT
-
             // the channel will send no more data, and hence it does not make sense to receive
             // any more data from the client to send to the remote party (and we surely won't
             // send anything anymore)
@@ -266,10 +262,6 @@ namespace Renci.SshNet.Channels
         {
             base.OnErrorOccured(exp);
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelDirectTcpip.OnErrorOccured '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss"));
-#endif // DEBUG_GERT
-
             // signal to the client that we will not send anything anymore; this will also interrupt the
             // blocking receive in Bind if the client sends FIN/ACK in time
             //
@@ -288,10 +280,6 @@ namespace Renci.SshNet.Channels
         {
             base.OnDisconnected();
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelDirectTcpip.OnDisconnected '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss"));
-#endif // DEBUG_GERT
-
             // the channel will accept or send no more data, and hence it does not make sense
             // to accept any more data from the client (and we surely won't send anything
             // anymore)
@@ -310,10 +298,6 @@ namespace Renci.SshNet.Channels
 
             if (disposing)
             {
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | Dispose '" + LocalChannelNumber + "' | " + DateTime.Now.ToString("hh:mm:ss"));
-#endif // DEBUG_GERT
-
                 if (_socket != null)
                 {
                     lock (_socketLock)

+ 36 - 29
src/Renci.SshNet/Channels/ChannelForwardedTcpip.cs

@@ -1,7 +1,6 @@
 using System;
 using System.Net;
 using System.Net.Sockets;
-using System.Threading;
 using Renci.SshNet.Abstractions;
 using Renci.SshNet.Common;
 using Renci.SshNet.Messages.Connection;
@@ -50,6 +49,8 @@ namespace Renci.SshNet.Channels
         /// <param name="forwardedPort">The forwarded port for which the channel is opened.</param>
         public void Bind(IPEndPoint remoteEndpoint, IForwardedPort forwardedPort)
         {
+            byte[] buffer;
+
             if (!IsConnected)
             {
                 throw new SshException("Session is not connected.");
@@ -61,6 +62,9 @@ namespace Renci.SshNet.Channels
             //  Try to connect to the socket 
             try
             {
+                //  Get buffer in memory for data exchange
+                buffer = new byte[RemotePacketSize];
+
                 _socket = SocketAbstraction.Connect(remoteEndpoint, ConnectionInfo.Timeout);
 
                 // send channel open confirmation message
@@ -74,9 +78,37 @@ namespace Renci.SshNet.Channels
                 throw;
             }
 
-            var buffer = new byte[RemotePacketSize];
-
-            SocketAbstraction.ReadContinuous(_socket, buffer, 0, buffer.Length, SendData);
+            //  Start reading data from the port and send to channel
+            while (_socket != null && _socket.Connected)
+            {
+                try
+                {
+                    var read = SocketAbstraction.ReadPartial(_socket, buffer, 0, buffer.Length, ConnectionInfo.Timeout);
+                    if (read > 0)
+                    {
+                        SendData(buffer, 0, read);
+                    }
+                    else
+                    {
+                        // server quit sending
+                        break;
+                    }
+                }
+                catch (SocketException exp)
+                {
+                    if (SocketAbstraction.IsErrorResumable(exp.SocketErrorCode))
+                    {
+                        // socket buffer is probably empty, wait and try again
+                        ThreadAbstraction.Sleep(30);
+                    }
+                    else if (exp.SocketErrorCode == SocketError.ConnectionAborted || exp.SocketErrorCode == SocketError.Interrupted)
+                    {
+                        break;
+                    }
+                    else
+                        throw;  // throw any other error
+                }
+            }
         }
 
         protected override void OnErrorOccured(Exception exp)
@@ -95,10 +127,6 @@ namespace Renci.SshNet.Channels
         /// </summary>
         private void ForwardedPort_Closing(object sender, EventArgs eventArgs)
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelForwardedTcpip.ForwardedPort_Closing");
-#endif // DEBUG_GERT
-
             // signal to the server that we will not send anything anymore; this will also interrupt the
             // blocking receive in Bind if the server sends FIN/ACK in time
             //
@@ -112,10 +140,6 @@ namespace Renci.SshNet.Channels
         /// <param name="how">One of the <see cref="SocketShutdown"/> values that specifies the operation that will no longer be allowed.</param>
         private void ShutdownSocket(SocketShutdown how)
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelForwardedTcpip.ShutdownSocket");
-#endif // DEBUG_GERT
-
             if (_socket == null || !_socket.Connected)
                 return;
 
@@ -139,10 +163,6 @@ namespace Renci.SshNet.Channels
 
             lock (_socketShutdownAndCloseLock)
             {
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelForwardedTcpip.CloseSocket");
-#endif // DEBUG_GERT
-
                 var socket = _socket;
                 if (socket != null)
                 {
@@ -161,10 +181,6 @@ namespace Renci.SshNet.Channels
         /// <param name="wait"><c>true</c> to wait for the SSH_MSG_CHANNEL_CLOSE message to be received from the server; otherwise, <c>false</c>.</param>
         protected override void Close(bool wait)
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ChannelForwardedTcpip.Close");
-#endif // DEBUG_GERT
-
             var forwardedPort = _forwardedPort;
             if (forwardedPort != null)
             {
@@ -185,15 +201,6 @@ namespace Renci.SshNet.Channels
             CloseSocket();
         }
 
-#if DEBUG_GERT
-        protected override void OnClose()
-        {
-            base.OnClose();
-
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | OnClose");
-        }
-#endif // DEBUG_GERT
-
         /// <summary>
         /// Called when channel data is received.
         /// </summary>

+ 1 - 0
src/Renci.SshNet/Common/BigInteger.cs

@@ -51,6 +51,7 @@ using System;
 using System.Collections.Generic;
 using System.Diagnostics.CodeAnalysis;
 using System.Globalization;
+using System.Threading;
 using Renci.SshNet.Security.Cryptography;
 
 /*

+ 24 - 112
src/Renci.SshNet/ForwardedPortDynamic.NET.cs

@@ -62,17 +62,17 @@ namespace Renci.SshNet
                             // wait for the connection to be established
                             asyncResult.AsyncWaitHandle.WaitOne();
                         }
-                    }
-                    catch (ObjectDisposedException)
-                    {
-                        // BeginAccept will throw an ObjectDisposedException when the
-                        // socket is closed
 #elif FEATURE_SOCKET_TAP
 #error Accepting new socket connections is not implemented.
 #else
 #error Accepting new socket connections is not implemented.
 #endif
                     }
+                    catch (ObjectDisposedException)
+                    {
+                        // BeginAccept will throw an ObjectDisposedException when the
+                        // socket is closed
+                    }
                     catch (Exception ex)
                     {
                         RaiseExceptionEvent(ex);
@@ -153,10 +153,6 @@ namespace Renci.SshNet
         {
             Interlocked.Increment(ref _pendingRequests);
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | " + remoteSocket.RemoteEndPoint + " | ForwardedPortDynamic.ProcessAccept | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             try
             {
 #if FEATURE_SOCKET_SETSOCKETOPTION
@@ -179,12 +175,6 @@ namespace Renci.SshNet
                         // start receiving from client socket (and sending to server)
                         channel.Bind();
                     }
-#if DEBUG_GERT
-                    catch (SocketException ex)
-                    {
-                        Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | " + ex.SocketErrorCode + " | " + DateTime.Now.ToString("hh:mm:ss.fff") + " | " + ex);
-                    }
-#endif // DEBUG_GERT
                     finally
                     {
                         channel.Close();
@@ -197,19 +187,12 @@ namespace Renci.SshNet
                 // the forwarded port
                 if (ex.SocketErrorCode != SocketError.Interrupted)
                 {
-#if DEBUG_GERT
-                    RaiseExceptionEvent(new Exception("ID: " + Thread.CurrentThread.ManagedThreadId, ex));
-#else
                     RaiseExceptionEvent(ex);
-#endif // DEBUG_GERT
                 }
                 CloseSocket(remoteSocket);
             }
             catch (Exception exp)
             {
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | " + exp + " | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
                 RaiseExceptionEvent(exp);
                 CloseSocket(remoteSocket);
             }
@@ -229,20 +212,12 @@ namespace Renci.SshNet
 
             try
             {
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | Before ReadByte for version | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
                 var version = SocketAbstraction.ReadByte(remoteSocket, timeout);
                 if (version == -1)
                 {
                     return false;
                 }
 
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | After ReadByte for version | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
                 if (version == 4)
                 {
                     return HandleSocks4(remoteSocket, channel, timeout);
@@ -267,10 +242,6 @@ namespace Renci.SshNet
 
         private static void CloseSocket(Socket socket)
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | ForwardedPortDynamic.CloseSocket | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             if (socket.Connected)
             {
                 socket.Shutdown(SocketShutdown.Both);
@@ -404,10 +375,6 @@ namespace Renci.SshNet
 
         private bool HandleSocks5(Socket socket, IChannelDirectTcpip channel, TimeSpan timeout)
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  Handling Socks5: " + socket.LocalEndPoint +  " | " + socket.RemoteEndPoint + " | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             var authenticationMethodsCount = SocketAbstraction.ReadByte(socket, timeout);
             if (authenticationMethodsCount == -1)
             {
@@ -415,10 +382,6 @@ namespace Renci.SshNet
                 return false;
             }
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  After ReadByte for authenticationMethodsCount | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             var authenticationMethods = new byte[authenticationMethodsCount];
             if (SocketAbstraction.Read(socket, authenticationMethods, 0, authenticationMethods.Length, timeout) == 0)
             {
@@ -426,19 +389,11 @@ namespace Renci.SshNet
                 return false;
             }
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  After Read for authenticationMethods | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
-
             if (authenticationMethods.Min() == 0)
             {
                 // no user authentication is one of the authentication methods supported
                 // by the SOCKS client
                 SocketAbstraction.Send(socket, new byte[] { 0x05, 0x00 }, 0, 2);
-
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  After Send for authenticationMethods 0 | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
             }
             else
             {
@@ -448,9 +403,6 @@ namespace Renci.SshNet
                 // we continue business as usual but expect the client to close the connection
                 // so one of the subsequent reads should return -1 signaling that the client
                 // has effectively closed the connection
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  After Send for authenticationMethods 2 | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
             }
 
             var version = SocketAbstraction.ReadByte(socket, timeout);
@@ -550,83 +502,43 @@ namespace Renci.SshNet
 
             RaiseRequestReceived(host, port);
 
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  Before channel open | " + DateTime.Now.ToString("hh:mm:ss.fff"));
-
-            var stopWatch = new Stopwatch();
-            stopWatch.Start();
-#endif // DEBUG_GERT
-
             channel.Open(host, port, this, socket);
 
-#if DEBUG_GERT
-            stopWatch.Stop();
-
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " |  After channel open | " + DateTime.Now.ToString("hh:mm:ss.fff") + " => " + stopWatch.ElapsedMilliseconds);
-#endif // DEBUG_GERT
-
-            var replyBuffer = new byte[10];
-            replyBuffer[0] = 0x05;
-
-//            SocketAbstraction.SendByte(socket, 0x05);
-
+            SocketAbstraction.SendByte(socket, 0x05);
 
             if (channel.IsOpen)
             {
-                replyBuffer[1] = 0x00;
-//                SocketAbstraction.SendByte(socket, 0x00);
+                SocketAbstraction.SendByte(socket, 0x00);
             }
             else
             {
-                replyBuffer[1] = 0x01;
-                //SocketAbstraction.SendByte(socket, 0x01);
-
-#if DEBUG_GERT
-                Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | Channel not open");
-#endif // DEBUG_GERT
+                SocketAbstraction.SendByte(socket, 0x01);
             }
 
-            // reserved
-            replyBuffer[2] = 0x00;
-
-            // reserved
-            //SocketAbstraction.SendByte(socket, 0x00);
-
-            //if (ipAddress.AddressFamily == AddressFamily.InterNetwork)
-            //{
-            //    SocketAbstraction.SendByte(socket, 0x01);
-            //}
-            //else if (ipAddress.AddressFamily == AddressFamily.InterNetworkV6)
-            //{
-            //    SocketAbstraction.SendByte(socket, 0x04);
-            //}
-            //else
-            //{
-            //    throw new NotSupportedException("Not supported address family.");
-            //}
-
-            // IPv4
-            replyBuffer[3] = 0x01;
-
-            SocketAbstraction.Send(socket, replyBuffer, 0, replyBuffer.Length);
+            SocketAbstraction.SendByte(socket, 0x00);
 
-            //var addressBytes = IPAddress.Any.GetAddressBytes();
-            //SocketAbstraction.Send(socket, addressBytes, 0, addressBytes.Length);
-            //SocketAbstraction.Send(socket, new byte[] {0x00, 0x00}, 0, 2);
+            if (ipAddress.AddressFamily == AddressFamily.InterNetwork)
+            {
+                SocketAbstraction.SendByte(socket, 0x01);
+            }
+            else if (ipAddress.AddressFamily == AddressFamily.InterNetworkV6)
+            {
+                SocketAbstraction.SendByte(socket, 0x04);
+            }
+            else
+            {
+                throw new NotSupportedException("Not supported address family.");
+            }
 
-            //var addressBytes = ipAddress.GetAddressBytes();
-            //SocketAbstraction.Send(socket, addressBytes, 0, addressBytes.Length);
-            //SocketAbstraction.Send(socket, portBuffer, 0, portBuffer.Length);
+            var addressBytes = ipAddress.GetAddressBytes();
+            SocketAbstraction.Send(socket, addressBytes, 0, addressBytes.Length);
+            SocketAbstraction.Send(socket, portBuffer, 0, portBuffer.Length);
 
             return true;
         }
 
         private void Channel_Exception(object sender, ExceptionEventArgs e)
         {
-#if DEBUG_GERT
-            Console.WriteLine("ID: " + Thread.CurrentThread.ManagedThreadId + " | Channel_Exception | " +
-                              DateTime.Now.ToString("hh:mm:ss.fff"));
-#endif // DEBUG_GERT
             RaiseExceptionEvent(e.Exception);
         }