VpnClientIPsecParameters.PfsGroup Property

Definition

Gets or sets the Pfs Group used in IKE Phase 2 for new child SA. Possible values include: 'None', 'PFS1', 'PFS2', 'PFS2048', 'ECP256', 'ECP384', 'PFS24', 'PFS14', 'PFSMM'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to