1 write to allowAccounts
SMSvcHost (1)
System\ServiceModel\Activation\NetPipeSectionData.cs (1)
31
this.
allowAccounts
= new List<SecurityIdentifier>();
2 references to allowAccounts
SMSvcHost (2)
System\ServiceModel\Activation\NetPipeSectionData.cs (2)
34
this.
allowAccounts
.Add(element.SecurityIdentifier);
65
return this.
allowAccounts
;