次の方法で共有


ApplicationGatewaySslPredefinedPolicy.CipherSuites プロパティ

定義

アプリケーション ゲートウェイの指定した順序で有効にする SSL 暗号スイートを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象