System.Security.Cryptography.DSA.HashData C# (CSharp) Méthode

HashData() protected méthode

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

Same methods

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