1 write to allowedSids
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
1987this.allowedSids = allowedSids;
4 references to allowedSids
System.ServiceModel (4)
System\ServiceModel\Channels\PipeConnection.cs (4)
2060binarySecurityDescriptor = SecurityDescriptorHelper.FromSecurityIdentifiers(allowedSids, UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.GENERIC_WRITE); 2160if (!PipeSharedMemory.TryCreate(allowedSids, pipeUri, sharedMemoryName, out this.sharedMemory)) 2167if (PipeSharedMemory.TryCreate(allowedSids, tempUri, tempSharedMemoryName, out tempSharedMemory)) 2178this.sharedMemory = PipeSharedMemory.Create(allowedSids, pipeUri, sharedMemoryName);