Gets or sets the encryption algorithm used to encrypt the body of a private message.
[Visual Basic] Public Property EncryptionAlgorithm As EncryptionAlgorithm [C#] public EncryptionAlgorithm EncryptionAlgorithm {get; set;} [C++] public: __property EncryptionAlgorithm get_EncryptionAlgorithm(); public: __property void set_EncryptionAlgorithm(EncryptionAlgorithm); [JScript] public function get EncryptionAlgorithm() : EncryptionAlgorithm; public function set EncryptionAlgorithm(EncryptionAlgorithm);
One of the EncryptionAlgorithm enumeration values. This value is used to encrypt the message body of a private message. The default is RC2.
EncryptionAlgorithm provides access to the EncryptAlgorithm property of the Message Queuing application's MSMQMessage object.
DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD