Table of Contents

Class PdfLtvExtendTool

Namespace
LMKit.Agents.Tools.BuiltIn.Document
Assembly
LM-Kit.NET.dll

A built-in tool for embedding long-term validation material into a signed PDF's document security store (/DSS).

The material a future validator needs (chain certificates, CRLs, OCSP responses) is gathered from the signatures themselves plus any supplied files, and the document then validates fully offline. The revision is incremental, so existing signatures keep verifying.

public sealed class PdfLtvExtendTool : IBuiltInTool, ITool, IToolMetadata
Inheritance
PdfLtvExtendTool
Implements
Inherited Members

Examples

var tool = new PdfLtvExtendTool();
registry.Register(tool);

Properties

Description

Gets a concise description of what the tool does.

InputSchema

Gets the JSON Schema defining the expected input arguments.

Name

Gets the stable, unique identifier for this tool.

Methods

InvokeAsync(string, CancellationToken)

Executes the tool with the specified JSON arguments.

Share