WCF Transport Security And SSL
-
I've read that transport security needs to be used in conjunction with SSL for improved security. I also read that SSL uses public key, private key, and a certificate to verify a website's identity. What is not clear is whether SSL can encrypt WCF messages or not. If SSL can not encrypt WCF messages, then how do I encrypt the messages I'm trying to send?
-
I've read that transport security needs to be used in conjunction with SSL for improved security. I also read that SSL uses public key, private key, and a certificate to verify a website's identity. What is not clear is whether SSL can encrypt WCF messages or not. If SSL can not encrypt WCF messages, then how do I encrypt the messages I'm trying to send?
SSL (or, more recently, TLS) encrypts all traffic between the client and server. WCF messages sent to an HTTPS endpoint will be encrypted. Transport Layer Security - Wikipedia[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer