NetPipeSection::AllowAccounts Property
.NET Framework (current version)
Gets the user accounts for processes that host Windows Communication Foundation (WCF) services and are granted connection access to the sharing service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("allowAccounts")] property SecurityIdentifierElementCollection^ AllowAccounts { SecurityIdentifierElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Activation.Configuration::SecurityIdentifierElementCollection^A SecurityIdentifierElementCollection that contains user accounts for processes that host WCF services and are granted connection access to the sharing service. The default values returned are LocalSystem, Admin, NS, LS, and IIS_USRS.
.NET Framework
Available since 3.0
Available since 3.0
Show: