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

Объект SecurityIdentifierElementCollection , содержащий учетные записи пользователей для процессов, на которых размещаются службы WCF и которым предоставляется доступ к службе общего доступа. Возвращаемыми по умолчанию значениями являются LocalSystem, Admin, NS, LS и IIS USRS.

Атрибуты

Применяется к