Skip to main content
All docs
V23.2

CertificateStoreProvider.Dispose() Method

Closes the underlying store.

Namespace: DevExpress.Office.DigitalSignatures

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public void Dispose()

Remarks

The Dispose method disposes the store if the CertificateStoreProvider‘s closeStore constructor parameter was set to true.

See Also