Compartir a través de


ApplicationGatewaySslPredefinedPolicy.CipherSuites Propiedad

Definición

Obtiene o establece los conjuntos de cifrado ssl que se habilitarán en el orden especificado para la puerta de enlace de aplicaciones.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.cipherSuites")]
public System.Collections.Generic.IList<string> CipherSuites { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cipherSuites")>]
member this.CipherSuites : System.Collections.Generic.IList<string> with get, set
Public Property CipherSuites As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a