I am creating a named pipe in windows service running on local system account with security attribute as Intptr.Zero in CreateNamedPipe() method of Windows API.
The problem is that this named pipe is not accessible to the user account running the client application and calling CreateFile() method.
Now I have searched the web and found out that we can change the security attributes but I am not able to do that.