次の方法で共有


ApplicationGatewaySslPolicy.CipherSuites プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象