共用方式為


NetTcpSection.AllowAccounts 屬性

定義

取得裝載 Windows Communication Foundation (WCF) 服務且已授權可連線共用服務之處理序的使用者帳戶。

public:
 property System::ServiceModel::Activation::Configuration::SecurityIdentifierElementCollection ^ AllowAccounts { System::ServiceModel::Activation::Configuration::SecurityIdentifierElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("allowAccounts")]
public System.ServiceModel.Activation.Configuration.SecurityIdentifierElementCollection AllowAccounts { get; }
[<System.Configuration.ConfigurationProperty("allowAccounts")>]
member this.AllowAccounts : System.ServiceModel.Activation.Configuration.SecurityIdentifierElementCollection
Public ReadOnly Property AllowAccounts As SecurityIdentifierElementCollection

屬性值

SecurityIdentifierElementCollection 其中包含裝載 WCF 服務且已授與共用服務的連線存取權之進程的用戶帳戶。 預設的傳回值為 LocalSystem、Admin、NS、LS 和 IIS_USRS。

屬性

適用於