8 references to GENERIC_READ
System.ServiceModel (8)
System\ServiceModel\Activation\SharedMemory.cs (1)
33
byte[] binarySecurityDescriptor = SecurityDescriptorHelper.FromSecurityIdentifiers(allowedSids, UnsafeNativeMethods.
GENERIC_READ
);
System\ServiceModel\Channels\PipeConnection.cs (7)
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);
2399
worldCreatorOwnerWithReadDescriptorDenyNetwork = FromSecurityIdentifiersFull(null, UnsafeNativeMethods.
GENERIC_READ
);
2406
if (accessRights == (UnsafeNativeMethods.
GENERIC_READ
| UnsafeNativeMethods.GENERIC_WRITE))
2411
if (accessRights == UnsafeNativeMethods.
GENERIC_READ
)
2540
binarySecurityDescriptor = SecurityDescriptorHelper.FromSecurityIdentifiers(allowedSids, UnsafeNativeMethods.
GENERIC_READ
);