VpnClientIPsecParameters.IkeEncryption Property

Definition

Gets or sets the IKE encryption algorithm (IKE phase 2). Possible values include: 'DES', 'DES3', 'AES128', 'AES192', 'AES256', 'GCMAES256', 'GCMAES128'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to