I have a self hosted WCF service using netTcpBinding. Is there a class that I could use to access the domain username of the client calling the service. I tried looking in the OperationContext but could not figure it out. Thanks
I have a self hosted WCF service using netTcpBinding. Is there a class that
Share
Try this:
The WindowsIdentity property contains a lot of information about the user.