共用方式為


MsmqTransportSecurityElement.MsmqAuthenticationMode 屬性

定義

取得或設定與這個 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

與這個 MsmqAuthenticationMode 類別之執行個體關聯的 MsmqTransportSecurity

屬性

備註

Message Queuing (MSMQ) 可以驗證傳送至需要驗證之訊息佇列的訊息,或訊息可以明確要求驗證。 預設的驗證模式為 WindowsDomain

適用於