IpsecPolicy.IpsecEncryption Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to