Gets or sets the encryption algorithm used to encrypt the body of a private message.
[Visual Basic] Overridable Public Property EncryptionAlgorithm As _ EncryptionAlgorithm [C#] public EncryptionAlgorithm EncryptionAlgorithm {virtual get; virtual set;} [C++] public: __property virtual EncryptionAlgorithm get_EncryptionAlgorithm(); public: __property virtual void set_EncryptionAlgorithm(EncryptionAlgorithm); [JScript] public function get EncryptionAlgorithm() : EncryptionAlgorithm; public function set EncryptionAlgorithm(EncryptionAlgorithm);
One of the EncryptionAlgorithm values 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.
Message Class | Message Members | System.Messaging Namespace