DeliverySettings Enumeration

 

Defines Configuration Manager (CCM) delivery settings.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

[SerializableAttribute]
[FlagsAttribute]
public enum class DeliverySettings

Member nameDescription
AllowInsecure

ClientEncrypt

Client encrypts the payload.

ClientSign

Client signs the payload.

CompressZlib

Client compresses the payload by using ZLib.

Express

ForceClientUnsigned

ForceInlinePayload

MPEncrypt

MPSign

None

None. This is the default.

PushData

Recoverable

Send in recoverable mode.

RequestResponse

StageData

Strict

Sync

TryAlternateAuthIsapi

Use alternate authentication ISAPI for requests.

Return to top
Show: