Table of Contents

Class FowlerNollVoOptions

Namespace
Cuemon.Security
Assembly
Cuemon.Core.dll

Configuration options for FowlerNollVoHash.

public class FowlerNollVoOptions : ConvertibleOptions, IParameterObject
Inheritance
Object
FowlerNollVoOptions
Implements
Inherited Members

Constructors

FowlerNollVoOptions()

Initializes a new instance of the FowlerNollVoOptions class.

public FowlerNollVoOptions()

Remarks

The following table shows the initial property values for an instance of FowlerNollVoOptions.

PropertyInitial Value
ByteOrderBigEndian
AlgorithmFnv1a

Properties

Algorithm

Gets or sets the algorithm of the Fowler-Noll-Vo hash function.

public FowlerNollVoAlgorithm Algorithm { get; set; }

Property Value

FowlerNollVoAlgorithm

The algorithm of the Fowler-Noll-Vo hash function.