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.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
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