bc4e25ff
by Christian Tinauer at 2025-09-04T13:52:11+02:00
crypt32: Accept PKCS12_ALWAYS_CNG_KSP flag and fall back to standard import.
Some applications (including .NET Core) specify the
PKCS12_ALWAYS_CNG_KSP flag when calling PFXImportCertStore. According
to Microsoft's documentation, this flag indicates that the CNG key
storage provider should always be used, but if it is not available the
import will not fail.