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

HashCore() protected final method

protected final HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void
        protected override sealed void HashCore(byte[] array, int ibStart, int cbSize)
        {
            _hashProvider.AppendHashData(array, ibStart, cbSize);
        }