NetPipeSection.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 です。

属性

適用対象