Share via


ApplicationGatewaySslPredefinedPolicy.CipherSuites Property

Definition

Gets or sets ssl cipher suites to be enabled in the specified order for application gateway.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to