Gets or sets the FNV algorithm variation.
Namespace: LLCryptoLib.HashAssembly: 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); } |