Gets or sets the config string.

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

Syntax

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

Field Value

The config string.

See Also