Click or drag to resize

IPdfSignatureFormatter Sign Method

Sign.

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
byte[] Sign(
	byte[] content
)

Parameters

content
Type: System Byte
The data to be signed.

Return Value

Type: Byte
The signature.
See Also