[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 );
MAC_TripleDES Class | MAC_TripleDES Members | System.Security.Cryptography Namespace