次の方法で共有


VpnClientIPsecParameters.IkeEncryption プロパティ

定義

IKE 暗号化アルゴリズム (IKE フェーズ 2) を取得または設定します。 使用できる値は、'DES'、'DES3'、'AES128'、'AES192'、'AES256'、'GCMAES256'、'GCMAES128' です。

[Newtonsoft.Json.JsonProperty(PropertyName="ikeEncryption")]
public string IkeEncryption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ikeEncryption")>]
member this.IkeEncryption : string with get, set
Public Property IkeEncryption As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象