Exemplo n.º 1
0
 public AccessControlEntry(System.Messaging.Trustee trustee, System.Messaging.GenericAccessRights genericAccessRights, System.Messaging.StandardAccessRights standardAccessRights, AccessControlEntryType entryType)
 {
     this.entryType            = AccessControlEntryType.Allow;
     this.GenericAccessRights  = genericAccessRights;
     this.StandardAccessRights = standardAccessRights;
     this.Trustee   = trustee;
     this.EntryType = entryType;
 }
Exemplo n.º 2
0
 public AccessControlEntry(System.Messaging.Trustee trustee)
 {
     this.entryType = AccessControlEntryType.Allow;
     this.Trustee   = trustee;
 }