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。
- 属性
注釈
メッセージ キュー (MSMQ) は、認証を要求するメッセージ キューに送信されるメッセージを認証できます。または、メッセージが明示的に認証を要求することもできます。 既定の認証モードは WindowsDomain です。