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 override byte[] Sign(
	byte[] bytesToSign
)
Visual Basic
Public Overrides Function Sign ( _
	bytesToSign As Byte() _
) As Byte()

Parameters

bytesToSign
Type: array<System..::..Byte>[]()[][]
Sign these bytes

Return Value

The calculated signature

See Also