System.Security.Cryptography.HashAlgorithm.HashCore C# (CSharp) Method

HashCore() protected abstract method

protected abstract HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void
        protected abstract void HashCore(byte[] array, int ibStart, int cbSize);