IAfdDomainHttpsCustomizedCipherSuiteSet Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdDomainHttpsCustomizedCipherSuiteSetTypeConverter))]
public interface IAfdDomainHttpsCustomizedCipherSuiteSet : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdDomainHttpsCustomizedCipherSuiteSetTypeConverter))>]
type IAfdDomainHttpsCustomizedCipherSuiteSet = interface
interface IJsonSerializable
Public Interface IAfdDomainHttpsCustomizedCipherSuiteSet
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CipherSuiteSetForTls12 |
Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2. |
CipherSuiteSetForTls13 |
Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |