VpnClientConfiguration.VpnAuthenticationTypes Property

Definition

Gets or sets VPN authentication types for the virtual network gateway..

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to