NetTcpSection.AllowAccounts Eigenschaft

Definition

Ruft die Benutzerkonten für Prozesse ab, die Windows Communication Foundation (WCF)-Dienste hosten und dem Freigabedienst Verbindungszugriff gewährt werden.

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

Eigenschaftswert

A SecurityIdentifierElementCollection that contains user accounts for processes that host WCF services and are granted connection access to the sharing service. Die zurückgegebenen Standardwerte sind LocalSystem, Admin, NS, LS und IIS_USRS.

Attribute

Gilt für: