EncryptionAlgorithm Enumeration
Specifies the encryption algorithm used to encrypt the message body of a private message.
Syntax
'Declaration Public Enum EncryptionAlgorithm Inherits System.Enum
'Usage Dim instance As EncryptionAlgorithm
public enum EncryptionAlgorithm : System.Enum
public enum class EncryptionAlgorithm : public System.Enum
Members
Member | Description |
---|---|
None | No encryption. |
Rc2 | The value MQMSG_CALG_RC2. This is the default value for the encryption property of the Message Queuing application's message object. |
Rc4 | The value MQMSG_CALG_RC4. This corresponds to the less secure option for the encryption property of the Message Queuing application's message object. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
System.Messaging.EncryptionAlgorithm
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also