System.Security.Cryptography.ECDsa.HashData C# (CSharp) Метод

HashData() защищенный Метод

protected HashData ( System.Stream data, HashAlgorithmName hashAlgorithm ) : byte[]
data System.Stream
hashAlgorithm HashAlgorithmName
Результат 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[]