Share via


IAfdDomainHttpsCustomizedCipherSuiteSet.CipherSuiteSetForTls13 Property

Definition

Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "TLS_AES_128_GCM_SHA256", "TLS_AES_256_GCM_SHA384" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cipherSuiteSetForTls13", Update=true)]
public System.Collections.Generic.List<string> CipherSuiteSetForTls13 { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "TLS_AES_128_GCM_SHA256", "TLS_AES_256_GCM_SHA384" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cipherSuiteSetForTls13", Update=true)>]
member this.CipherSuiteSetForTls13 : System.Collections.Generic.List<string> with get, set
Public Property CipherSuiteSetForTls13 As List(Of String)

Property Value

Attributes

Applies to