MsmqTransportSecurity.MsmqEncryptionAlgorithm プロパティ

定義

MsmqEncryptionAlgorithm クラスのこのインスタンスに関連付けられているMsmqTransportSecurityを取得または設定します。

public:
 property System::ServiceModel::MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { System::ServiceModel::MsmqEncryptionAlgorithm get(); void set(System::ServiceModel::MsmqEncryptionAlgorithm value); };
public System.ServiceModel.MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { get; set; }
member this.MsmqEncryptionAlgorithm : System.ServiceModel.MsmqEncryptionAlgorithm with get, set
Public Property MsmqEncryptionAlgorithm As MsmqEncryptionAlgorithm

プロパティ値

MsmqEncryptionAlgorithm クラスのこのインスタンスに関連付けられているMsmqTransportSecurity

例外

値は、 MsmqEncryptionAlgorithm 値の 1 つではありません。

注釈

MSMQ では、メッセージ キュー マネージャー間でメッセージを転送するときに、ネットワーク上のメッセージを暗号化できます。 既定の暗号化アルゴリズムは RC4Stream

適用対象