MsmqTransportSecurity.MsmqAuthenticationMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 値の 1 つではありません。
注釈
MSMQ は、認証を必要とするメッセージ キューに送信されるメッセージを認証できます。または、メッセージは認証を明示的に要求できます。 既定の認証モードは WindowsDomain。