Specifies the privacy level of messages received by the queue.
[Visual Basic] Public Enum EncryptionRequired [C#] public enum EncryptionRequired [C++] public enum EncryptionRequired
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
You can specify whether the queue accepts private (encrypted) messages, non-private (non-encrypted) messages, or both.
For more information about privacy levels, see the TBD documentation in the Platform SDK.
Member Name | Description |
---|---|
Body | Accepts only private (encrypted) messages. |
None | Accepts only non-private (non-encrypted) messages. |
Optional | Does not force privacy. Accepts private (encrypted) messages and non-private (non-encrypted) messages. |
Namespace: System.Messaging
Assembly: system.messaging.dll