次の方法で共有


VpnClientIPsecParameters.IkeIntegrity プロパティ

定義

IKE 整合性アルゴリズム (IKE フェーズ 2) を取得または設定します。 使用できる値は、'MD5'、'SHA1'、'SHA256'、'SHA384'、'GCMAES256'、'GCMAES128' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象