Skip to content

Conversation

gladjohn
Copy link
Contributor

Fixes #

Changes proposed in this request

  • adding a new new mtls pop package for msi related flows with a new mtls api

Next Steps

  • add new package to the pipeline
  • tests
  • e2e integration with MSI v2

Testing
manually tested, need to add unit and integration tests

Performance impact
none

Documentation

  • All relevant documentation is updated.

{
// Preserve Win32 error code for diagnosis
int err = Marshal.GetLastWin32Error();
throw new Win32Exception(err, $"Unable to load {path}");
Copy link
Contributor Author

@gladjohn gladjohn Jul 30, 2025

Choose a reason for hiding this comment

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

need to remove throw, and silently fail, maybe with a warning. But using this for testing now.

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

Successfully merging this pull request may close these issues.

2 participants