6 references to GENERIC_WRITE
System.ServiceModel (6)
System\ServiceModel\Channels\PipeConnection.cs (6)
1801
const int access = UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.
GENERIC_WRITE
;
2060
binarySecurityDescriptor = SecurityDescriptorHelper.FromSecurityIdentifiers(allowedSids, UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.
GENERIC_WRITE
);
2398
worldCreatorOwnerWithReadAndWriteDescriptorDenyNetwork = FromSecurityIdentifiersFull(null, UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.
GENERIC_WRITE
);
2406
if (accessRights == (UnsafeNativeMethods.GENERIC_READ | UnsafeNativeMethods.
GENERIC_WRITE
))
2475
if ((everyoneAccessRights & UnsafeNativeMethods.
GENERIC_WRITE
) != 0)
2477
everyoneAccessRights &= ~UnsafeNativeMethods.
GENERIC_WRITE
;