NetTcpSection.AllowAccounts Egenskap

Definition

Hämtar användarkonton för processer som är värdar för Windows Communication Foundation (WCF) tjänster och beviljas anslutningsåtkomst till delningstjänsten.

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

Egenskapsvärde

En SecurityIdentifierElementCollection som innehåller användarkonton för processer som är värdar för WCF-tjänster och beviljas anslutningsåtkomst till delningstjänsten. Standardvärdena som returneras är LocalSystem, Admin, NS, LS och IIS_USRS.

Attribut

Gäller för