Section navigation

Public enum ChecksumPlacement

Namespace
Rowles.LeanCorpus.Codecs.CodecKit.Checksum
Assembly
Rowles.LeanCorpus.dll

Controls where the checksum is placed relative to the body.

public enum ChecksumPlacement

Fields

Header = 0

Checksum is placed before the body: [checksum][body].

Trailer = 1

Checksum is placed after the body: [body][checksum].