I am creating a named pipe in windows service running on local syastem account with security attribute as Intptr.Zero in CreateNamedPipe() method of Windows API.
The problem is that this named pipe is not accesible to the user account running the client application and calling CreateFile() method.
Now I have googled a lot and found out that we can change the security attributes but I am not able to do that. Please help me in recitfying the issue. This is very urgent I dont have much time.