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!

DefaultPropertiesToSend.EncryptionAlgorithm

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

Property Value

One of the EncryptionAlgorithm enumeration values. This value is 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.

See Also

DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD