Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused file Interop.PFXExportCertStore.cs #112801

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vcsjones
Copy link
Member

All usages of PFXExportCertStore were replaced with PFXExportCertStoreEx in #112569, so this file is not used anymore.

@Copilot Copilot bot review requested due to automatic review settings February 21, 2025 21:04
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Feb 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

The purpose of this PR is to remove an unused file, Interop.PFXExportCertStore.cs, which contains an obsolete interop method no longer in use since the introduction of PFXExportCertStoreEx.

  • Removed obsolete file containing the unused interop declaration.

Reviewed Changes

File Description
src/libraries/Common/src/Interop/Windows/Crypt32/Interop.PFXExportCertStore.cs Removed unused interop method as all references have been updated to use PFXExportCertStoreEx.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

@vcsjones vcsjones added area-System.Security and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Feb 21, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant