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