You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some examples: CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG and CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK
These should take the type of CRYPT_ACQUIRE_FLAGS much like most of the CRYPT_ACQUIRE_* flags
(Found in windows::Win32::Security::Cryptography)
The text was updated successfully, but these errors were encountered:
Ben-Lichtman
changed the title
some CRYPT_ACQUIRE_* flags are of type u32 not CRYPT_ACQUIRE_FLAGS
some CRYPT_ACQUIRE_* flag consts are of type u32 not CRYPT_ACQUIRE_FLAGS
Sep 13, 2023
Some examples: CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG and CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK
These should take the type of CRYPT_ACQUIRE_FLAGS much like most of the CRYPT_ACQUIRE_* flags
(Found in windows::Win32::Security::Cryptography)
The text was updated successfully, but these errors were encountered: