Gets or sets the config value.

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

Syntax

C#
public ulong[] ConfigValue { get; private set; }
Visual Basic
Public Property ConfigValue As ULong()
	Get
	Private Set
Visual C++
public:
property array<unsigned long long>^ ConfigValue {
	array<unsigned long long>^ get ();
	private: void set (array<unsigned long long>^ value);
}

Field Value

The config value.

See Also