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

CertificateStoreProvider Constructors

Provides certificates used to build a certificate chain and register the signature in the Document Security Store (DSS).
Name Parameters Description
CertificateStoreProvider(X509Certificate2Collection) collection Initializes a new instance of the CertificateStoreProvider class with specified settings.
CertificateStoreProvider(X509Store, Boolean) store, closeStore Initializes a new instance of the CertificateStoreProvider class with specified settings.
See Also