System.Security.Cryptography.DSA.HashData C# (CSharp) Method

HashData() protected method

protected HashData ( Stream data, HashAlgorithmName hashAlgorithm ) : byte[]
data System.IO.Stream
hashAlgorithm HashAlgorithmName
return byte[]
        protected virtual byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm)
        {
            throw DerivedClassMustOverride();
        }

Same methods

DSA::HashData ( byte data, int offset, int count, HashAlgorithmName hashAlgorithm ) : byte[]