Amazon.Runtime.Internal.Util.HashingWrapper.ComputeHash C# (CSharp) Метод

ComputeHash() публичный Метод

public ComputeHash ( byte buffer ) : byte[]
buffer byte
Результат byte[]
        public byte[] ComputeHash(byte[] buffer)
        {
            return _algorithm.ComputeHash(buffer);
        }

Same methods

HashingWrapper::ComputeHash ( Stream stream ) : byte[]