Edit

Share via


MsmqEncryptionAlgorithm Enum

Definition

Contains the set of encryption algorithms that can be used to encrypt messages on the wire.

public enum class MsmqEncryptionAlgorithm
public enum MsmqEncryptionAlgorithm
type MsmqEncryptionAlgorithm = 
Public Enum MsmqEncryptionAlgorithm
Inheritance
MsmqEncryptionAlgorithm

Fields

RC4Stream 0

A stream cipher defined by RSA Security.

Aes 1

The Advanced Encryption Standard (AES) defined by the National Institute of Standards and Technology (NIST).

Remarks

Message Queuing (MSMQ) can encrypt messages on the wire when transferring queued messages between queue managers. MsmqEncryptionAlgorithm is an enumeration that contains the set of encryption algorithms that can be used to encrypt messages on the wire.

For encryption to work, the MsmqProtectionLevel property must be set to EncryptAndSign.

Only RC4Stream is supported on Windows Server 2003 and Windows XP.

Applies to