-
Notifications
You must be signed in to change notification settings - Fork 120
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
CERT_QUERY_ENCODING_TYPE not applied to many relevant functions #1323
Comments
Windows.Win32.Security.Cryptography.Apis.CertAddEncodedCertificateToStore : dwCertEncodingType...UInt32 => CERT_QUERY_ENCODING_TYPE |
Hey there folks, hope you're doing great.
The
CERT_QUERY_ENCODING_TYPE
enum seems to be widely used in wincrypt.h and seems to be missing from many of the relevant functions.Some examples (non-exhaustive) are as follows:
There are likely many more. I'll try to add any more I find to this issue but it may be worth a quick audit of the header file to ensure we get them all. 😄
Thanks in advance!
Fotis
The text was updated successfully, but these errors were encountered: