Click or drag to resize
Pdftools logo

ProviderReadExternalSignature Method

Read signature created by an external signature handler

See CreatePreparedSignature(Int32, String, String) for more information on the signing process using an external signature handler.

Namespace: PdfTools.Crypto.Providers.BuiltIn
Assembly: PdfTools (in PdfTools.dll) Version: 1.11.1+7e91adfd8b3958b0a599c3b63ff35d8a15e95be7
Syntax
C#
public SignatureConfiguration ReadExternalSignature(
	params byte[] signature
)

Parameters

signature  Byte
This signature must not be larger than the number of bytes reserved in the prepared signature.

Return Value

SignatureConfiguration
Exceptions
ExceptionCondition
ArgumentNullExceptionif signature is .
See Also