Table of Contents

Hash<TOptions> Class

Definition

Namespace
Cuemon.Security
Assemblies
Cuemon.Core.dll
Source
src/Cuemon.Core/Security/Hash.cs

Represents the base class from which all implementations of hash algorithms and checksums should derive.

public abstract class Hash<TOptions> : Hash, IHash, IConfigurable<TOptions> where TOptions : ConvertibleOptions, new()

Type Parameters

TOptions

The type of the configured options.

Inheritance
Hash<TOptions>
Implements
IConfigurable<TOptions>
Derived
Inherited Members

Constructors

Name Description
Hash(Action<TOptions>)

Initializes a new instance of the Hash<TOptions> class.

Properties

Name Description
Options

Gets the configured options of this instance.

Methods

Name Description
EndianInitializer(EndianOptions)

The endian-initializer of this instance.

See Also