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!

MAC_TripleDES.HashCore

[To be supplied.]

[Visual Basic]
Overrides Protected Sub HashCore( _
   ByVal rgbData() As Byte, _
   ByVal ibStart As Integer, _
   ByVal cbSize As Integer _
)
[C#]
protected override void HashCore(
   byte[] rgbData,
   int ibStart,
   int cbSize
);
[C++]
protected: override void HashCore(
   unsigned char* rgbData[],
   int ibStart,
   int cbSize
);
[JScript]
protected override function HashCore(
   rgbData : Byte[],
   ibStart : int,
   cbSize : int
);

Parameters

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

See Also

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