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