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 = 0Checksum is placed before the body:
[checksum][body].Trailer = 1Checksum is placed after the body:
[body][checksum].