[To be supplied.]
[Visual Basic] Overrides Protected Sub HashCore( _ ByVal rgb() As Byte, _ ByVal ibStart As Integer, _ ByVal cbSize As Integer _ ) [C#] protected override void HashCore( byte[] rgb, int ibStart, int cbSize ); [C++] protected: override void HashCore( unsigned char* rgb[], int ibStart, int cbSize ); [JScript] protected override function HashCore( rgb : Byte[], ibStart : int, cbSize : int );
SHA1Managed Class | SHA1Managed Members | System.Security.Cryptography Namespace