DeliverySettings Enumeration
Defines Configuration Manager (CCM) delivery settings.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: