PdfDeferredSigner.Sign(Stream, Byte[]) Method
In This Article
Writes the signature contents and saves the signed document to the specified stream.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | The stream to which to save the document. |
signature |
Byte[] | A DER-encoded PKCS#7 object, a DER-encoded CMS Signed |
#Remarks
Use the IExternalSigner.BuildSignature(Byte[], String) or ITsaClient.GenerateTimeStamp(Byte[], String) method to obtain the signature contents.
See Also