System.Security.Cryptography.SHA512Managed.HashCore C# (CSharp) Méthode

HashCore() protected final méthode

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