System.Security.Cryptography.HashAlgorithm.HashCore C# (CSharp) Метод

HashCore() защищенный абстрактный Метод

protected abstract HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
Результат void
        protected abstract void HashCore(byte[] array, int ibStart, int cbSize);