I am working on a self-service WCF service for which encrypted communication is an option. Everything works fine when the certificate is already bound to a port, as described here .
However, I want the user not to ask the user to run the command line tool. Is there a way that binding can be done programmatically? Perhaps using WMI?
dmo
source share