NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HashAlgorithm.HashCore

[To be supplied.]

[Visual Basic]
MustOverride Protected Sub HashCore( _
   ByVal array() As Byte, _
   ByVal ibStart As Integer, _
   ByVal cbSize As Integer _
)
[C#]
protected abstract void HashCore(
   byte[] array,
   int ibStart,
   int cbSize
);
[C++]
protected: virtual void HashCore(
   unsigned char* array[],
   int ibStart,
   int cbSize
) = 0;
[JScript]
protected abstract function HashCore(
   array : Byte[],
   ibStart : int,
   cbSize : int
);

Parameters

array
[To be supplied.]
ibStart
[To be supplied.]
cbSize
[To be supplied.]

See Also

HashAlgorithm Class | HashAlgorithm Members | System.Security.Cryptography Namespace