Gets or sets the order of the CRC (e.g., how many bits).
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public int Order { get; set; } |
Visual Basic |
---|
Public Property Order As Integer Get Set |
Visual C++ |
---|
public: property int Order { int get (); void set (int value); } |