Skip to main content
All docs
V25.1
  • CertificateStoreProvider.Dispose() Method

    Closes the underlying store.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Pdf.v25.1.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.

    Implements

    See Also