Teilen über


NetTcpSection.AllowAccounts Eigenschaft

Definition

Ruft die Benutzerkonten für Prozesse ab, die Windows Communication Foundation-Dienste (WCF) hosten und Verbindungszugriff auf den Freigabedienst haben.

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

Eine SecurityIdentifierElementCollection , die Benutzerkonten für Prozesse enthält, die WCF-Dienste hosten und Verbindungszugriff auf den Freigabedienst erhalten. Die zurückgegebenen Standardwerte sind LocalSystem, Admin, NS, LS und IIS_USRS.

Attribute

Gilt für: