Skip to main content
All docs
V25.1
  • PdfSignatureInfo.Contents Property

    Returns signature contents as a byte array (including zero padding at the end of the array).

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public byte[] Contents { get; }

    Property Value

    Type Description
    Byte[]

    An array of signature value bytes or null (Nothing in Visual Basic) if the Contents entry is missing in the signature dictionary.

    Remarks

    For public-key signatures, the Contents property returns either a DER-encoded PKCS#1 binary data object, a DER-encoded PKCS#7 binary data object, or a DER-encoded CMS SignedData binary data object.

    For document-level timestamps, the Contents property returns a DER-encoded TimeStampToken as specified in RFC 3161.

    See Also