Interface IPdfExternalSigner
Interface for external signing to a PDF document
Namespace: Syncfusion.Pdf.Security
Assembly: Syncfusion.Pdf.NET.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 | |
System.Byte[] | timeStampResponse |
Returns
Type |
---|
System.Byte[] |