Interface IPdfExternalSigner
Interface for external signing to a PDF document
Namespace: Syncfusion.Pdf.Security
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public interface IPdfExternalSigner
Properties
HashAlgorithm
Get HashAlgorithm
Declaration
string HashAlgorithm { get; }
Property Value
| Type |
|---|
| System.String |
Methods
Sign(Byte[], out Byte[])
Returns Signed Message Digest
Declaration
byte[] Sign(byte[] message, out byte[] timeStampResponse)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | message | The sign message. |
| System.Byte[] | timeStampResponse |
Returns
| Type |
|---|
| System.Byte[] |