API Reference

Class

PdfSignatureCryptographyInput

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Exact signed bytes and signature container supplied to an optional cryptography provider.

Inheritance

  • Object
  • PdfSignatureCryptographyInput

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public PdfSignatureInfo Signature { get; } #

PDF signature dictionary and field metadata.

public Byte[] SignedContent { get; } #

Exact concatenation of every byte segment covered by the signature `/ByteRange`.

public Byte[] SignatureContents { get; } #

Decoded signature `/Contents` bytes, including any reserved trailing padding.

public Int64 DocumentLength { get; } #

Complete PDF byte length used to validate the byte ranges.

public PdfDocumentDssInfo DocumentSecurityStore { get; } #

Document Security Store markers available to provider-specific LTV policy.