Signs the given bytes and returns the digest.

Namespace: TallComponents.PDF.DigitalSignatures
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public abstract byte[] Sign(
	byte[] bytesToSign
)
Visual Basic
Public MustOverride Function Sign ( _
	bytesToSign As Byte() _
) As Byte()

Parameters

bytesToSign
Type: array<System..::..Byte>[]()[][]
The bytes to sign.

Return Value

The digist for the bytesToSign.

Remarks

This function may return false, if not implemented.

See Also