Share via


VpnClientParameters.RadiusServerAuthCertificate Property

Definition

Gets or sets the public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to