<allowAccounts>

包含一组配置元素,这些元素为托管 Windows Communication Foundation (WCF) 服务的进程指定用户帐户,并被授予对共享服务的连接访问权限。

configuration
  <system.serviceModel.activation>
    <net.pipe>
      <allowAccounts>

语法

<allowAccounts>
  <add securityIdentifier="String" />
</allowAccounts>

特性和元素

下列各节描述了特性、子元素和父元素。

特性

无。

子元素

属性 说明
<add> 添加进程的用户帐户,这些进程承载 WCF 服务并被授予了对共享服务的连接访问权限

父元素

元素 说明
<net.pipe><net.tcp> 指定 Net Pipe 或 TCP 共享服务的配置设置。

请参阅