Xceed .NET Libraries Documentation
TransformBlock Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > NoEncryptionAlgorithm Class : TransformBlock Method
Syntax
'Declaration
 
Public Function TransformBlock( _

   ByVal inputBuffer() As Byte, _

   ByVal inputOffset As Integer, _

   ByVal inputCount As Integer, _

   ByVal outputBuffer() As Byte, _

   ByVal outputOffset As Integer _

) As Integer
'Usage
 
Dim instance As NoEncryptionAlgorithm

Dim inputBuffer() As Byte

Dim inputOffset As Integer

Dim inputCount As Integer

Dim outputBuffer() As Byte

Dim outputOffset As Integer

Dim value As Integer

 

value = instance.TransformBlock(inputBuffer, inputOffset, inputCount, outputBuffer, outputOffset)
public int TransformBlock( 

   byte[] inputBuffer,

   int inputOffset,

   int inputCount,

   byte[] outputBuffer,

   int outputOffset

)

Parameters

inputBuffer
inputOffset
inputCount
outputBuffer
outputOffset
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NoEncryptionAlgorithm Class
NoEncryptionAlgorithm Members