Gets the size of the chunk (length in bytes of the single shredding step).

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

Syntax

C#
public static int ChunkSize { get; }
Visual Basic
Public Shared ReadOnly Property ChunkSize As Integer
	Get
Visual C++
public:
static property int ChunkSize {
	int get ();
}

Return Value

The size length in bytes of the single shredding step

See Also