[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

CCM delivery settings

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum 
DeliverySettings
<
SerializableAttribute> _
<
FlagsAttribute> _
Public 
Enumeration 
DeliverySettings
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum class 
DeliverySettings

Members

Member Description
None
None (default)
Express
Recoverable
Send in recoverable mode
PushData
StageData
Strict
RequestResponse
Sync
ClientSign
Set this bit for the client to sign the payload
ClientEncrypt
Set this bit for the client to encrypt the payload
MPSign
MPEncrypt
ForceInlinePayload
AllowInsecure
ForceClientUnsigned
TryAlternateAuthIsapi
Use alternate authentication ISAPI for requests
CompressZlib
Set this bit for the client to compress the payload using ZLib

See Also