次の方法で共有


P2SVpnProfileParameters.AuthenticationMethod プロパティ

定義

VPN クライアント認証方法を取得または設定します。 使用できる値は、'EAPTLS'、'EAPMSCHAPv2' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象