Gets or sets the final value to XOR with the CRC.

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

Syntax

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

See Also