共用方式為


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 值。

備註

MSMQ 可以在訊息佇列管理員之間傳輸訊息時,在線上加密訊息。 預設的加密演算法為 RC4Stream

適用於