NetPipeSection.AllowAccounts Propriedade
Definição
Obtém as contas de usuário para processos que hospedam serviços WCF (Windows Communication Foundation) e recebem acesso para conexão ao serviço de compartilhamento.Gets the user accounts for processes that host Windows Communication Foundation (WCF) services and are granted connection access to the sharing service.
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
Valor da propriedade
Um SecurityIdentifierElementCollection que contém contas de usuário para processos que hospedam serviços WCF e recebem acesso de conexão ao serviço de compartilhamento.A SecurityIdentifierElementCollection that contains user accounts for processes that host WCF services and are granted connection access to the sharing service. Os valores padrão retornados são LocalSystem, admin, NS, LS e IIS_USRS.The default values returned are LocalSystem, Admin, NS, LS, and IIS_USRS.
- Atributos