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

HashData() protected method

protected HashData ( System.Stream data, HashAlgorithmName hashAlgorithm ) : byte[]
data System.Stream
hashAlgorithm HashAlgorithmName
return byte[]
        protected virtual byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm)
        {
            throw new NotSupportedException(SR.NotSupported_SubclassOverride);
        }
    }

Same methods

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