3 references to Allow
System.Messaging (3)
System\Messaging\AccessControlEntry.cs (1)
22
AccessControlEntryType entryType = AccessControlEntryType.
Allow
;
System\Messaging\MessageQueue.cs (1)
3406
SetPermissions(user, rights, AccessControlEntryType.
Allow
);
System\Messaging\ValidationUtility.cs (1)
12
return (value >= AccessControlEntryType.
Allow
) && (value <= AccessControlEntryType.Revoke);