Table of Contents

Class PdfSignatureListTool

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

A built-in tool for listing the digital signatures of a PDF document.

Reports the structural facts of each signature (subfilter, claimed signing time, reason, certification level, whole-document coverage) without any cryptographic verification. Use pdf_signature_verify for verdicts.

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

Examples

var tool = new PdfSignatureListTool();
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