AfdCipherSuiteSetType 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.
cipher suite set type that will be used for Https.
public readonly struct AfdCipherSuiteSetType : IEquatable<Azure.ResourceManager.Cdn.Models.AfdCipherSuiteSetType>
type AfdCipherSuiteSetType = struct
Public Structure AfdCipherSuiteSetType
Implements IEquatable(Of AfdCipherSuiteSetType)
- Inheritance
-
AfdCipherSuiteSetType
- Implements
Constructors
| Name | Description |
|---|---|
| AfdCipherSuiteSetType(String) |
Initializes a new instance of AfdCipherSuiteSetType. |
Properties
| Name | Description |
|---|---|
| Customized |
Customized. |
| Tls1_0_2019 |
TLS1_0_2019. |
| Tls1_2_2022 |
TLS1_2_2022. |
| Tls1_2_2023 |
TLS1_2_2023. |
Methods
| Name | Description |
|---|---|
| Equals(AfdCipherSuiteSetType) |
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(AfdCipherSuiteSetType, AfdCipherSuiteSetType) |
Determines if two AfdCipherSuiteSetType values are the same. |
| Implicit(String to AfdCipherSuiteSetType) |
Converts a String to a AfdCipherSuiteSetType. |
| Inequality(AfdCipherSuiteSetType, AfdCipherSuiteSetType) |
Determines if two AfdCipherSuiteSetType values are not the same. |