System.Security.Cryptography.DSA.HashData C# (CSharp) 메소드

HashData() 보호된 메소드

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

Same methods

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