Share via


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 です。

適用対象