'DeclarationPublic Enum EncryptionAlgorithm Inherits System.Enum
'UsageDim instance As EncryptionAlgorithm
public enum EncryptionAlgorithm : System.Enum
public enum class EncryptionAlgorithm : public System.Enum
'DeclarationPublic Enum EncryptionAlgorithm Inherits System.Enum
'UsageDim instance As EncryptionAlgorithm
public enum EncryptionAlgorithm : System.Enum
public enum class EncryptionAlgorithm : public System.Enum
| 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. | 
System.Object
   System.ValueType
      System.Enum
         System.Messaging.EncryptionAlgorithm
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