Class PdfDocumentTimestampTool
A built-in tool for adding an RFC 3161 document timestamp to a PDF.
A timestamp authority attests the entire current document, existing signatures included. The revision is incremental, so those signatures keep verifying.
public sealed class PdfDocumentTimestampTool : IBuiltInTool, ITool, IToolMetadata
- Inheritance
-
PdfDocumentTimestampTool
- Implements
- Inherited Members
Examples
var tool = new PdfDocumentTimestampTool();
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.