Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HashingStream(Stream, HashAlgorithm)

Declaration

public HashingStream(
    Stream stream,
    HashAlgorithm hasher
)

Summary

Initialises a hash calculation stream, with the specified stream as the underlying stream.

Parameters

StreamstreamThe underlying stream.
HashAlgorithmhasherThe hash algorithm to use. For example, System.Security.Cryptography.MD5.Create("MD5").