Skip to main content
All docs
V23.2

CertificateStoreProvider(X509Certificate2Collection) Constructor

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

Namespace: DevExpress.Office.DigitalSignatures

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public CertificateStoreProvider(
    X509Certificate2Collection collection
)

Parameters

Name Type Description
collection X509Certificate2Collection

A collection of X.509 certificates.

Remarks

The resulting store opens automatically with the OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly parameters.

See Also