NetTcpSection.AllowAccounts Eigenschap

Definitie

Hiermee haalt u de gebruikersaccounts op voor processen die Windows Communication Foundation (WCF)-services hosten en toegang krijgen tot de service voor delen.

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

Waarde van eigenschap

Een SecurityIdentifierElementCollection met gebruikersaccounts voor processen die WCF-services hosten en toegang krijgen tot de service voor delen. De geretourneerde standaardwaarden zijn LocalSystem, Admin, NS, LS en IIS_USRS.

Kenmerken

Van toepassing op