Skip to main content
All docs
V23.2

ExternalSignerInfo(PdfSignatureType, Int32, HashAlgorithmType) Constructor

Initializes a new instance of the ExternalSignerInfo class with specified settings.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public ExternalSignerInfo(
    PdfSignatureType type,
    int signatureSize,
    HashAlgorithmType hashAlgorithm
)

Parameters

Name Type Description
type PdfSignatureType

The signature type.

signatureSize Int32

The signature size (in bytes).

hashAlgorithm HashAlgorithmType

The signature’s hashing algorithm.

See Also