次の方法で共有


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

属性

注釈

メッセージ キュー (MSMQ) は、認証を要求するメッセージ キューに送信されるメッセージを認証できます。または、メッセージが明示的に認証を要求することもできます。 既定の認証モードは WindowsDomain です。

適用対象