Skip to main content
All docs
V24.1

ExternalSignerInfo(String, String, String, Int32, HashAlgorithmType) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public ExternalSignerInfo(
    string type,
    string filter,
    string subFilter,
    int signatureSize,
    HashAlgorithmType hashAlgorithm
)

Parameters

Name Type Description
type String

The signature type.

filter String

The name of the preferred signature handler.

subFilter String

The signature’s encoding and key information.

signatureSize Int32

The signature size (in bytes).

hashAlgorithm HashAlgorithmType

The signature’s hashing algorithm.

See Also