3 references to FromSecurityIdentifiersFull
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
2398
worldCreatorOwnerWithReadAndWriteDescriptorDenyNetwork =
FromSecurityIdentifiersFull
(null, UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.GENERIC_WRITE);
2399
worldCreatorOwnerWithReadDescriptorDenyNetwork =
FromSecurityIdentifiersFull
(null, UnsafeNativeMethods.GENERIC_READ);
2417
return
FromSecurityIdentifiersFull
(allowedSids, accessRights);