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