<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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.