VpnClientParameters.RadiusServerAuthCertificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET