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.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
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