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