次の方法で共有


MessageQueueInstaller.EncryptionRequired プロパティ

キューがプライベート メッセージ、つまり暗号化されたメッセージだけを受け入れるかどうかを示す値を取得または設定します。

Public Property EncryptionRequired As EncryptionRequired
[C#]
public EncryptionRequired EncryptionRequired {get; set;}
[C++]
public: __property EncryptionRequired get_EncryptionRequired();public: __property void set_EncryptionRequired(EncryptionRequired);
[JScript]
public function get EncryptionRequired() : EncryptionRequired;public function set EncryptionRequired(EncryptionRequired);

プロパティ値

キューに送信するメッセージに必要な暗号レベルを示す EncryptionRequired 値のいずれか。既定値は Optional です。

解説

暗号化が指定された場合、メッセージの Body だけが暗号化されます。 Label など、その他のプロパティは暗号化されません。

必要条件

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

.NET Framework セキュリティ:

参照

MessageQueueInstaller クラス | MessageQueueInstaller メンバ | System.Messaging 名前空間