次の方法で共有


MessagePropertyFilter.AuthenticationProviderType プロパティ

メッセージを受信またはピークするときに Message.AuthenticationProviderType プロパティ情報を取得するかどうかを示す値を取得または設定します。

Public Property AuthenticationProviderType As Boolean
[C#]
public bool AuthenticationProviderType {get; set;}
[C++]
public: __property bool get_AuthenticationProviderType();public: __property void set_AuthenticationProviderType(bool);
[JScript]
public function get AuthenticationProviderType() : Boolean;public function set AuthenticationProviderType(Boolean);

プロパティ値

Message.AuthenticationProviderType 情報を受信する場合は true 。それ以外の場合は false 。既定値は false です。

解説

Message クラスの AuthenticationProviderType プロパティは、メッセージのデジタル署名の生成に使用する、暗号プロバイダのタイプを指定します。 AuthenticationProviderType は、一般には外部キューを使用するときに使われます。

メモ   Microsoft メッセージ キュー以外のキュー システムに外部キューが存在します。Microsoft メッセージ キューは、コネクタ アプリケーションを経由してこのようなキューと通信します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

MessagePropertyFilter クラス | MessagePropertyFilter メンバ | System.Messaging 名前空間 | Message.AuthenticationProviderType | MessageQueue