VpnClientIPsecParameters.IkeIntegrity Property

Definition

Gets or sets the IKE integrity algorithm (IKE phase 2). Possible values include: 'MD5', 'SHA1', 'SHA256', 'SHA384', 'GCMAES256', 'GCMAES128'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to