共用方式為


<allowAccounts>

包含一組組態元素,能為裝載 Windows Communication Foundation (WCF) 服務且已授權其可連線存取共用服務的處理序,指定使用者帳戶。

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

Syntax

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

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

無。

子元素

屬性 描述
<add> 為裝載 WCF 服務且已為其授權可連線存取共用服務的處理序,新增使用者帳戶

父項目

元素 描述
<net.pipe><net.tcp> 指定 Net Pipe 或 TCP 共用服務的組態設定。

另請參閱