System.Security.Cryptography.SHA512Managed.HashCore C# (CSharp) 메소드

HashCore() 보호된 최종 메소드

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