1 write to allowedUsers
System.ServiceModel (1)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
48this.allowedUsers = value;
5 references to allowedUsers
System.ServiceModel (5)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (5)
27if (elementToBeCloned.allowedUsers != null) 29foreach (SecurityIdentifier id in elementToBeCloned.allowedUsers) 31this.allowedUsers.Add(id); 44return this.allowedUsers; 58this.allowedUsersCollection = new Collection<SecurityIdentifier>(this.allowedUsers);