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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
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