6 references to SecurityIdentifierElementCollection
System.ServiceModel (6)
System\ServiceModel\Activation\Configuration\NetPipeSection.cs (2)
23
public
SecurityIdentifierElementCollection
AllowAccounts
25
get { return (
SecurityIdentifierElementCollection
)base[ConfigurationStrings.AllowAccounts]; }
System\ServiceModel\Activation\Configuration\NetTcpSection.cs (2)
23
public
SecurityIdentifierElementCollection
AllowAccounts
25
get { return (
SecurityIdentifierElementCollection
)base[ConfigurationStrings.AllowAccounts]; }
System\ServiceModel\Configuration\Properties.cs (2)
62
properties.Add(new ConfigurationProperty("allowAccounts", typeof(System.ServiceModel.Activation.Configuration.
SecurityIdentifierElementCollection
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
89
properties.Add(new ConfigurationProperty("allowAccounts", typeof(System.ServiceModel.Activation.Configuration.
SecurityIdentifierElementCollection
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));