Share via


NetTcpSection.AllowAccounts Vlastnost

Definice

Získá uživatelské účty pro procesy, které hostují služby WCF (Windows Communication Foundation) a mají udělené připojení přístup ke službě sdílení.

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

Hodnota vlastnosti

A SecurityIdentifierElementCollection , který obsahuje uživatelské účty pro procesy, které hostují služby WCF a mají udělený přístup připojení ke službě sdílení. Výchozí vrácené hodnoty jsou LocalSystem, Správa, NS, LS a IIS_USRS.

Atributy

Platí pro