I am attempting to add a WCF Web Service reference to a C# project where the WSDL is secured behind a client certificate. I have successfully added the certificate to SOAPUI and made calls just fine, but when I attempt to add the reference in Visual Studio, I dont get prompted to select the certificate.
How do I add a WCF Service endpoint which requires a client certificate in Visual Studio 2022 Community?