1 write to allowAccounts
SMSvcHost (1)
System\ServiceModel\Activation\NetTcpSectionData.cs (1)
35
this.
allowAccounts
= new List<SecurityIdentifier>();
2 references to allowAccounts
SMSvcHost (2)
System\ServiceModel\Activation\NetTcpSectionData.cs (2)
38
this.
allowAccounts
.Add(element.SecurityIdentifier);
85
return this.
allowAccounts
;