Gets or sets the polynomial to use in the CRC calculations.

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

Syntax

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

See Also