Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.34 KB

Assorted.Utils.Crypto.Hasher.md

File metadata and controls

41 lines (27 loc) · 1.34 KB

Hasher Class

Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object Hasher

Defines an abstract hash algorithm.

Syntax

public abstract class Hasher

Constructors

Constructor Description
Hasher() Initializes a new instance of Hasher class.

Properties

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

Methods

Method Description
Compute(Byte[]) Returns the hash code of the specified array of bytes.
Compute(Stream) Returns the hash code of content of the specified System.IO.Stream object.
Compute(string) Returns the hash code of the specified string.

See Also


This document is generated by DG.