NetTcpSection.AllowAccounts Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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