NetPipeSection.AllowAccounts Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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