MsmqTransportSecurity.MsmqEncryptionAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個 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。