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