Xceed .NET Libraries Documentation
HashCore Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > NoDataIntegrityAlgorithm Class : HashCore Method
Syntax
'Declaration
 
Protected Overrides Sub HashCore( _
   ByVal array() As Byte, _
   ByVal ibStart As Integer, _
   ByVal cbSize As Integer _
) 
'Usage
 
Dim instance As NoDataIntegrityAlgorithm
Dim array() As Byte
Dim ibStart As Integer
Dim cbSize As Integer
 
instance.HashCore(array, ibStart, cbSize)
protected override void HashCore( 
   byte[] array,
   int ibStart,
   int cbSize
)

Parameters

array
ibStart
cbSize
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

NoDataIntegrityAlgorithm Class
NoDataIntegrityAlgorithm Members
Base Implementation in HashCore