Example #1
0
 public MessageQueueAccessControlEntry(Trustee trustee, System.Messaging.MessageQueueAccessRights rights) : base(trustee)
 {
     base.CustomAccessRights |= rights;
 }
Example #2
0
 public MessageQueueAccessControlEntry(Trustee trustee, System.Messaging.MessageQueueAccessRights rights, AccessControlEntryType entryType) : base(trustee)
 {
     base.CustomAccessRights |= rights;
     base.EntryType           = entryType;
 }