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 クラスのこのインスタンスに関連付けられているMsmqTransportSecurity

属性

注釈

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

適用対象