Application authentication on ServiceHost
Hi,
I am programming a distributed application using WCF. The system consists of one console application implementing the Service Host and some client applications connecting to this ServiceHost and its services. For binding netNamedPipes is used. Does someone know, if the ServiceHost can find out the process name of client apps that are sending messages and using the services?

