public static int GetHashCode( byte[] data, int off, int len )
Public Shared Function GetHashCode ( data As Byte(), off As Integer, len As Integer ) As Integer
public: static int GetHashCode( array<unsigned char>^ data, int off, int len )
Org.BouncyCastle.Utilities.Arrays.GetHashCode = function(data, off, len);
In This Article