Constructor HashStream
HashStream(Stream, HashAlgorithm)
Standard constructor
public HashStream(Stream targetStream, HashAlgorithm hashAlgorithm)
Parameters
targetStreamStreamThe stream to pass data to, or read data from
hashAlgorithmHashAlgorithmThe hash algorithm to use, e.g. SHA256Managed