PDFKit.NET 2.0 Class Library (.NET 2.0)

SignatureHandler.Sign Method 

Signs the given bytes and returns the digest.

public abstract byte[] Sign(
   byte[] bytesToSign
);

Parameters

bytesToSign
The bytes to sign.

Return Value

The digist for the bytesToSign.

Remarks

This function may return false, if not implemented.

See Also

SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace