Table of Contents

Constructor HashStream

Namespace
Innova.Data.File
Assembly
Innova.Data.dll

HashStream(Stream, HashAlgorithm)

Standard constructor

public HashStream(Stream targetStream, HashAlgorithm hashAlgorithm)

Parameters

targetStream Stream

The stream to pass data to, or read data from

hashAlgorithm HashAlgorithm

The hash algorithm to use, e.g. SHA256Managed