次の方法で共有


VpnClientIPsecParameters.IpsecIntegrity プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象