This documentation is archived and is not being maintained.
EncryptionRequired Enumeration
.NET Framework 1.1
Specifies the privacy level of messages received by the queue.
[Visual Basic] <Serializable> Public Enum EncryptionRequired [C#] [Serializable] public enum EncryptionRequired [C++] [Serializable] __value public enum EncryptionRequired [JScript] public Serializable enum EncryptionRequired
Remarks
You can specify whether the queue accepts private (encrypted) messages, nonprivate (nonencrypted) messages, or both.
Note Documentation often refers to nonencrypted messages as clear.
Members
| Member name | Description |
|---|---|
| Body | Accepts only private (encrypted) messages. |
| None | Accepts only nonprivate (nonencrypted) messages. |
| Optional | Does not force privacy. Accepts private (encrypted) messages and nonprivate (nonencrypted) messages. |
Requirements
Namespace: System.Messaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Messaging (in System.Messaging.dll)
See Also
System.Messaging Namespace | MessageQueue.EncryptionRequired
Show: