MsmqTransportSecurityElement.MsmqAuthenticationMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個 MsmqAuthenticationMode 類別之執行個體關聯的 MsmqTransportSecurity。
public:
property System::ServiceModel::MsmqAuthenticationMode MsmqAuthenticationMode { System::ServiceModel::MsmqAuthenticationMode get(); void set(System::ServiceModel::MsmqAuthenticationMode value); };
[System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)]
public System.ServiceModel.MsmqAuthenticationMode MsmqAuthenticationMode { get; set; }
[<System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)>]
member this.MsmqAuthenticationMode : System.ServiceModel.MsmqAuthenticationMode with get, set
Public Property MsmqAuthenticationMode As MsmqAuthenticationMode
屬性值
與這個 MsmqAuthenticationMode 類別之執行個體關聯的 MsmqTransportSecurity。
- 屬性
備註
Message Queuing (MSMQ) 可以驗證傳送至需要驗證之訊息佇列的訊息,或訊息可以明確要求驗證。 預設的驗證模式為 WindowsDomain。