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.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum CcmHttpSslStates
[SerializableAttribute]
[FlagsAttribute]
public enum class CcmHttpSslStates
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration CcmHttpSslStates
Members
| 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. |
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top