I am currently porting a .NET application to .NET Core in order to run it on a Mac, this application gets some information about Digital Certificates, Type A3.
After running .NET Portability Analyzer, the only problem I got was regarding a call to X509Certificate2UI.SelectFromCollection
Is there any way I could port this call to another one? Or any suggestions on how to do that automatically without the need of asking the user to choose the certificate from that dialog?