<allowAccounts>

包含一个配置元素集合,这些元素指定进程的用户帐户,这些进程承载 Windows Communication Foundation (WCF) 服务并被授予了对该共享服务的连接访问权限。

<system.serviceModel.activation>

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

属性和元素

属性

属性 说明

<allowAccounts> 的 <add>

添加进程的用户帐户,这些进程承载 WCF 服务并被授予了对该共享服务的连接访问权限。

子元素

无。

父元素

元素 说明

<net.pipe><net.tcp>

指定 Net Pipe 或 TCP 共享服务的配置设置。

另请参见

参考

AllowAccounts
AllowAccounts
SecurityIdentifierElementCollection
SecurityIdentifierElement