次の方法で共有


VpnClientParameters.RadiusServerAuthCertificate プロパティ

定義

Radius サーバー認証証明書の公開証明書データを Base-64 でエンコードされた文字列として取得または設定します。 外部 RADIUS 認証が EAPTLS 認証で構成されている場合にのみ必要です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象