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

ComputeSignature is silent by default in .NET Core, which disables PIN prompts #9555

Closed
heng-liu opened this issue May 12, 2020 · 1 comment

Comments

@heng-liu
Copy link
Contributor

The current overload of ComputeSignature changed meaning between .NET Framework and .NET Core. In .NET Core, the context is silent by default, which won't enable PIN prompts for smart cards/usb tokens that require it. false must be passed in to enable that if applicable.

Will block code signing from working from most USB thumb drives if not set.

@heng-liu
Copy link
Contributor Author

Closed as fixed.

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

No branches or pull requests

1 participant