System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / EncryptionAlgorithm Enumeration



In This Topic
    EncryptionAlgorithm Enumeration
    In This Topic
    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
    MemberDescription
    NoneNo encryption.
    Rc2The value MQMSG_CALG_RC2. This is the default value for the encryption property of the Message Queuing application's message object.
    Rc4The 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