public static extern unsafe SECURITY_STATUS NCryptEnumStorageProviders( out int pdwProviderCount, out NCryptProviderName *ppProviderList, NCryptEnumStorageProvidersFlags dwFlags = NCryptEnumStorageProvidersFlags.None);
internal static extern unsafe int NCryptEnumStorageProviders( [Out] out int pdwProviderCount, [Out] out NCryptProviderName *ppProviderList, [In] int dwFlags = 0); // Display the UI if needed.