Click or drag to resize

PdfSignatureContent Property

Gets the content of the PdfSignature.

For public-key signatures, Content should be either a DER-encoded PKCS#1 binary data object or a DER-encoded CMS binary data object.

For document timestamp signatures, Content shall be the TimeStampToken as specified in RFC 3161 as updated by RFC 5816. The value of the messageImprint field within the TimeStampToken shall be a hash of the bytes of the document indicated by the ByteRange and the ByteRange shall specify the complete PDF file contents (excepting the Content value).


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public PdfSignatureContent Content { get; }

Property Value

PdfSignatureContent
The content of the PdfSignature.
See Also