Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

CertificateStoreProvider(X509Store, Boolean) Constructor

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

Namespace: DevExpress.Office.DigitalSignatures

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public CertificateStoreProvider(
    X509Store store,
    bool closeStore
)

Parameters

Name Type Description
store X509Store

An X.509 store that contains the certificates.

closeStore Boolean

true to transfer the store ownership to the CertificateStoreProvider instance; otherwise, false.

Remarks

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

See Also