NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Message.EncryptionAlgorithm

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);

Property Value

One of the EncryptionAlgorithm values used to encrypt the message body of a private message. The default is RC2.

Remarks

EncryptionAlgorithm provides access to the EncryptAlgorithm property of the Message Queuing application's MSMQMessage object.

Example

See Also

Message Class | Message Members | System.Messaging Namespace