<allowAccounts>
Contains a collection of configuration elements that specify user accounts for processes that host Windows Communication Foundation (WCF) services, and are granted connection access to the sharing service.
<configuration>
<system.serviceModel.activation>
<net.pipe>
<allowAccounts>
Syntax
<allowAccounts>
<add securityIdentifier="String" />
</allowAccounts>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Attribute | Description |
---|---|
<add> | Adds a user account for processes that host WCF services, and are granted connection access to the sharing service |
Parent Elements
Element | Description |
---|---|
<net.pipe> or <net.tcp> | Specifies configuration settings for the Net Pipe or TCP sharing services. |
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.