CertificateRevocationCheckEnabledState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set to Enabled by default. If set to Disabled, revocation status of client certificate chain will be checked before establishing mutual TLS connection.
public readonly struct CertificateRevocationCheckEnabledState : IEquatable<Azure.ResourceManager.Cdn.Models.CertificateRevocationCheckEnabledState>
type CertificateRevocationCheckEnabledState = struct
Public Structure CertificateRevocationCheckEnabledState
Implements IEquatable(Of CertificateRevocationCheckEnabledState)
- Inheritance
-
CertificateRevocationCheckEnabledState
- Implements
Constructors
| Name | Description |
|---|---|
| CertificateRevocationCheckEnabledState(String) |
Initializes a new instance of CertificateRevocationCheckEnabledState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(CertificateRevocationCheckEnabledState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CertificateRevocationCheckEnabledState, CertificateRevocationCheckEnabledState) |
Determines if two CertificateRevocationCheckEnabledState values are the same. |
| Implicit(String to CertificateRevocationCheckEnabledState) |
Converts a string to a CertificateRevocationCheckEnabledState. |
| Implicit(String to Nullable<CertificateRevocationCheckEnabledState>) | |
| Inequality(CertificateRevocationCheckEnabledState, CertificateRevocationCheckEnabledState) |
Determines if two CertificateRevocationCheckEnabledState values are not the same. |