MsmqEncryptionAlgorithm Enumeration
.NET Framework 3.0
Contains the set of encryption algorithms that can be used to encrypt messages on the wire.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
| Member name | Description | |
|---|---|---|
| Aes | The Advanced Encryption Standard (AES) defined by the National Institute of Standards and Technology (NIST). | |
| RC4Stream | A stream cipher defined by RSA Security. |
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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: