Are all WCF security options equally secure?
For example "Ntlm" isn't secure by itself. When I use the nettcp binding with ntlm, am I forced by WCF to configure a server certificate as well so the credentials can be encrypted or how does ntlm is protected?
How is nettcp "Basic" encrypted?
How does WCF protect the "message" security "UserName"? Does WCF also need/use a server certificate in this case? How does the message is encrypted?
So are all WCF security options equally secure?