I\'m trying go get WCF server and client mutually authenticate each other using SSL certificates on transport level using BasicHttpBinding. Here\'s how the server is getting
Try adding this in the client just after setting Security.Mode:
Security.Mode
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Certificate;