Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.38 KB

Assorted.Utils.Crypto.HasherProxy.md

File metadata and controls

44 lines (28 loc) · 1.38 KB

HasherProxy Class

Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: objectHasher HasherProxy

Wraps a .NET hash algorithm.

Syntax

public class HasherProxy : Hasher

Constructors

Constructor Description
HasherProxy(Func<HashAlgorithm>) Initializes a new instances of HasherProxy class with the specified algorithm factory.

Properties

Property Description
Size Gets the size, in bits, of the computed hash code.

Methods

Method Description
Compute(Byte[]) Returns the hash code of a specified array of bytes.
Compute(Stream) Returns the hash code of content of a specified stream.

Thread Safety

Any public member of this type, either static or instance, is thread-safe.

See Also


This document is generated by DG.