PdfDigitalSignature

PdfDigitalSignature()

Initialiseer digitale pdf-handtekening zonder certificaat.

public PdfDigitalSignature()

Zie ook


PdfDigitalSignature(X509Store)

Initialiseer digitale PDF-handtekening op basis van gespecificeerde X509-opslag. Het eerste certificaat van de opgegeven winkel wordt gebruikt.

public PdfDigitalSignature(X509Store store)
Parameter Type Beschrijving
store X509Store X509-winkel.

Zie ook


PdfDigitalSignature(X509Store, int)

Maak PDF digitale handtekening op basis van gespecificeerde X509 Store en index van certificaat.

public PdfDigitalSignature(X509Store store, int index)
Parameter Type Beschrijving
store X509Store X509-winkel.
index Int32 Index van certificaat.

Zie ook


PdfDigitalSignature(X509Certificate2)

Maak PDF digitale handtekening met opgegeven certificaat.

public PdfDigitalSignature(X509Certificate2 certificate)
Parameter Type Beschrijving
certificate X509Certificate2 X509-certificaat.

Zie ook