Table of Contents

Class PdfSignatureOptions

Namespace
LibreOfficeKit
Assembly
LibreOfficeKit.dll

PDF signing options used to digitally sign the generated PDF output.

public sealed class PdfSignatureOptions
Inheritance
PdfSignatureOptions
Inherited Members

Properties

Certificate

Gets or sets the certificate used to sign the generated PDF. The certificate must include an accessible private key.

public X509Certificate2? Certificate { get; set; }

Property Value

X509Certificate2