次の方法で共有


MessagePropertyFilter.AuthenticationProviderName プロパティ

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

Public Property AuthenticationProviderName As Boolean
[C#]
public bool AuthenticationProviderName {get; set;}
[C++]
public: __property bool get_AuthenticationProviderName();public: __property void set_AuthenticationProviderName(bool);
[JScript]
public function get AuthenticationProviderName() : Boolean;public function set AuthenticationProviderName(Boolean);

プロパティ値

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

解説

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

メモ   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.AuthenticationProviderName | AuthenticationProviderType | ConnectorType | MessageQueue