Bagikan melalui


VpnClientParameters.ClientRootCertificates Property

Definition

Gets or sets a list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS.

[Newtonsoft.Json.JsonProperty(PropertyName="clientRootCertificates")]
public System.Collections.Generic.IList<string> ClientRootCertificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clientRootCertificates")>]
member this.ClientRootCertificates : System.Collections.Generic.IList<string> with get, set
Public Property ClientRootCertificates As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to