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