API Reference

Class

PdfExternalSignatureRequest

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Prepared signed content and digest passed to caller-owned key infrastructure.

Inheritance

  • Object
  • PdfExternalSignatureRequest

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 PdfExternalSignaturePreparation Preparation { get; } #

Prepared PDF placeholder and signature metadata.

public Byte[] SignedContent { get; } #

Exact concatenated PDF byte ranges to sign.

public Byte[] Sha256Digest { get; } #

SHA-256 digest of SignedContent for digest-based remote signers.

public String DigestAlgorithmName { get; } #

Digest algorithm name corresponding to Sha256Digest.