Message::EncryptionAlgorithm Property
Gets or sets the encryption algorithm used to encrypt the body of a private message.
Assembly: System.Messaging (in System.Messaging.dll)
public: [MessagingDescriptionAttribute("MsgEncryptionAlgorithm")] property EncryptionAlgorithm EncryptionAlgorithm { EncryptionAlgorithm get(); void set(EncryptionAlgorithm value); }
Property Value
Type: System.Messaging::EncryptionAlgorithmOne of the EncryptionAlgorithm enumeration values. The default is RC2.
| Exception | Condition |
|---|---|
| InvalidOperationException | The message queue is filtered to ignore the EncryptionAlgorithm property. |
If a message is private (encrypted), it is encrypted before it is sent and decrypted upon receipt. The EncryptionAlgorithm property specifies the algorithm used to encrypt the message body of a private message.
A queue can require that incoming messages be encrypted. If an application sends a non-encrypted (non-private) message to a queue that accepts only private messages, or if it sends a private message to a queue that accepts only non-private messages, the queue rejects the message. The sending application can request that a negative acknowledgment message be returned in such a case.
Available since 1.1