DefaultPropertiesToSend.EncryptionAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來加密私用訊息主體的加密演算法。
public:
property System::Messaging::EncryptionAlgorithm EncryptionAlgorithm { System::Messaging::EncryptionAlgorithm get(); void set(System::Messaging::EncryptionAlgorithm value); };
[System.Messaging.MessagingDescription("MsgEncryptionAlgorithm")]
public System.Messaging.EncryptionAlgorithm EncryptionAlgorithm { get; set; }
[<System.Messaging.MessagingDescription("MsgEncryptionAlgorithm")>]
member this.EncryptionAlgorithm : System.Messaging.EncryptionAlgorithm with get, set
Public Property EncryptionAlgorithm As EncryptionAlgorithm
屬性值
其中一個 EncryptionAlgorithm 列舉值。 預設為 RC2
。
- 屬性
備註
如果訊息是私用的,則會在傳送訊息之前進行加密,並在收到訊息時解密。 屬性 EncryptionAlgorithm 會指定用來加密私人訊息訊息內文的演算法。
佇列可能需要加密傳入的訊息。 如果非加密 (非私人) 訊息會傳送至只接受私人訊息的佇列,或如果私人訊息傳送至只接受非私人訊息的佇列,則佇列會拒絕訊息。 如果訊息遭到拒絕,傳送應用程式可以要求將負通知訊息傳回給傳送的應用程式。