Custom WCF client certificate over ssl validation
问题 Hello, I am trying to use WCF to do some authentication: Authenticate the user using Username/Passoword Authenticate the client using a client certificate Customize which root certificate are accepted After some trial and error, i managed to get points 1 & 2 working, but i am stuck on 3. This is my service configuration <system.serviceModel> <behaviors> <endpointBehaviors /> <serviceBehaviors> <behavior name="MyBehavior"> <serviceCredentials> <userNameAuthentication