Gets or sets the FNV algorithm variation.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public FNVAlgorithmType Variation { get; set; }
Visual Basic
Public Property Variation As FNVAlgorithmType
	Get
	Set
Visual C++
public:
property FNVAlgorithmType Variation {
	FNVAlgorithmType get ();
	void set (FNVAlgorithmType value);
}

See Also