CcmHttpSslStates Enumeration
Specifies the Secure Sockets Layer (SSL) state bitmask for client communications.
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 | |
|---|---|---|
| AllowHttpFallback | Allows HTTP fallback. | |
| AllowPkiCertReRegistration | The client re-registers the PKI certificate when it is available. | |
| ClientAuthEnabled | Client authentication is enabled (used only by the management point). | |
| ClientAuthRequired | Client authentication is required (used only by the management point). | |
| Disabled | SSL is disabled. | |
| EnableClientCrlChecking | Enables client Certificate Revocation List (CRL) checking. | |
| Enabled | Native mode is enabled. | |
| HybridMode | Client is in native mode; SSL is optional. | |
| MixedMode | Client is in mixed mode. | |
| NativeMode | Client is in native mode. | |
| Required | Native mode is required (used only by the management point). | |
| Use128BitEncryption | Uses 128-bit encryption (used only by the management point). | |
| UseSslWhenEnabled | Uses SSL when it is enabled. |