Skip to main content

Pkcs7SignerBase.BuildSignature(Stream) Method

Builds the signature for the specified document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public byte[] BuildSignature(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream that contains the document to sign.

Returns

Type Description
Byte[]

The PKCS#7 signature.

See Also