Interface IPdfExternalSigner
- Namespace
- Syncfusion.Pdf.Security
- Assembly
- Syncfusion.Pdf.Portable.dll
Interface for external signing to a PDF document
public interface IPdfExternalSigner
Properties
HashAlgorithm
Get HashAlgorithm
string HashAlgorithm { get; }
Property Value
Methods
Sign(byte[], out byte[])
Returns Signed Message Digest
byte[] Sign(byte[] message, out byte[] timeStampResponse)
Parameters
Returns
- byte[]