Class PdfSignaturePrepareResult
- Namespace
- SimpleSign.PAdES.Signing
- Assembly
- SimpleSign.PAdES.dll
Result of the PDF signature preparation step, containing offsets for CMS injection.
public sealed class PdfSignaturePrepareResult
- Inheritance
-
PdfSignaturePrepareResult
- Inherited Members
Properties
ByteRange
Byte range that was written into the prepared PDF.
public PdfByteRange ByteRange { get; init; }
Property Value
ContentsHexOffset
Byte offset in the output stream where the hex-encoded CMS should be written.
public long ContentsHexOffset { get; init; }
Property Value
ContentsReservedBytes
Number of hex characters reserved for the /Contents value (2 × CMS size).
public int ContentsReservedBytes { get; init; }
Property Value
SigDictObjectNumber
PDF object number of the signature dictionary.
public int SigDictObjectNumber { get; init; }