MsmqTransportSecurity.MsmqAuthenticationMode 屬性

定義

取得或設定與這個 MsmqAuthenticationMode 類別之執行個體關聯的 MsmqTransportSecurity

public:
 property System::ServiceModel::MsmqAuthenticationMode MsmqAuthenticationMode { System::ServiceModel::MsmqAuthenticationMode get(); void set(System::ServiceModel::MsmqAuthenticationMode value); };
public System.ServiceModel.MsmqAuthenticationMode MsmqAuthenticationMode { get; set; }
member this.MsmqAuthenticationMode : System.ServiceModel.MsmqAuthenticationMode with get, set
Public Property MsmqAuthenticationMode As MsmqAuthenticationMode

屬性值

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

例外狀況

該值不是其中一個 MsmqAuthenticationMode 值。

備註

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

適用於