In .NET 9, some .NET APIs for loading certificates have been obsoleted. Can we replace them with something else?
Search the codebase for SYSLIB0057 and usage of X509Certificate2.CreateFromPemFile(string, string) and new X509Certificate2(string) for existing suppressions.
In .NET 9, some .NET APIs for loading certificates have been obsoleted. Can we replace them with something else?
Search the codebase for
SYSLIB0057and usage ofX509Certificate2.CreateFromPemFile(string, string)andnew X509Certificate2(string)for existing suppressions.