i am new with WCF, still learning.
I want to use netNamedPipeBinding for IPC, and i need it to be as secure as possible. I already did a practice service for wsHttpBinding, where i used certificates, so i got that part covered up (using message level security).
As I can see, named pipes can only use transport level security (at least only transport shows up in visual studio auto-complete).
Is it possible to have some kind of encryption of messages based on let's say a machine key or something? If yes, where can I find some documentation on it or examples, I've been searching the whole internet for 2 days :)
Thank you