4 references to AllowAccounts
System.ServiceModel (4)
System\ServiceModel\Activation\Configuration\NetPipeSection.cs (2)
22
[ConfigurationProperty(ConfigurationStrings.
AllowAccounts
)]
25
get { return (SecurityIdentifierElementCollection)base[ConfigurationStrings.
AllowAccounts
]; }
System\ServiceModel\Activation\Configuration\NetTcpSection.cs (2)
22
[ConfigurationProperty(ConfigurationStrings.
AllowAccounts
)]
25
get { return (SecurityIdentifierElementCollection)base[ConfigurationStrings.
AllowAccounts
]; }