Interface ILtvEmbedder
- Namespace
- SimpleSign.PAdES.Signing
- Assembly
- SimpleSign.PAdES.dll
Embeds revocation data (CRL + OCSP) and VRI in the PDF DSS for LTV.
public interface ILtvEmbedder
Methods
EmbedLtvDataAsync(byte[], IReadOnlyList<X509Certificate2>, byte[]?, CancellationToken)
Collects revocation data and embeds it in the PDF as an incremental update.
Task<byte[]> EmbedLtvDataAsync(byte[] signedPdf, IReadOnlyList<X509Certificate2> certificateChain, byte[]? timestampTokenBytes = null, CancellationToken cancellationToken = default)
Parameters
signedPdfbyte[]certificateChainIReadOnlyList<X509Certificate2>timestampTokenBytesbyte[]cancellationTokenCancellationToken