NetPipeSection.AllowAccounts 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得裝載 Windows Communication Foundation (WCF) 服務且已授權可連線共用服務之處理序的使用者帳戶。
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
屬性值
, SecurityIdentifierElementCollection 包含裝載 WCF 服務之進程的用戶帳戶,並授與共用服務的連線存取權。 預設的傳回值為 LocalSystem、Admin、NS、LS 和 IIS_USRS。
- 屬性