NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EncryptionRequired Enumeration

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.

Remarks

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.

Members

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.

Requirements

Namespace: System.Messaging

Assembly: system.messaging.dll

See Also

System.Messaging Namespace