NetPipeSection.AllowAccounts Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar användarkonton för processer som är värdar för Windows Communication Foundation (WCF) tjänster och beviljas anslutningsåtkomst till delningstjänsten.
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
Egenskapsvärde
En SecurityIdentifierElementCollection som innehåller användarkonton för processer som är värdar för WCF-tjänster och beviljas anslutningsåtkomst till delningstjänsten. Standardvärdena som returneras är LocalSystem, Admin, NS, LS och IIS_USRS.
- Attribut