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.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
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