Show / Hide Table of Contents

Class DefaultPhaseOneParameters

Default phase one parameters.

Inheritance
object
DefaultPhaseOneParameters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class DefaultPhaseOneParameters

Properties

DefaultAuthenticationAlgorithms

Declaration
[JsonProperty(PropertyName = "defaultAuthenticationAlgorithms")]
public List<string> DefaultAuthenticationAlgorithms { get; set; }
Property Value
Type Description
List<string>

Default phase one authentication algorithms.

DefaultDhGroups

Declaration
[JsonProperty(PropertyName = "defaultDhGroups")]
public List<string> DefaultDhGroups { get; set; }
Property Value
Type Description
List<string>

Default phase one Diffie-Hellman groups.

DefaultEncryptionAlgorithms

Declaration
[JsonProperty(PropertyName = "defaultEncryptionAlgorithms")]
public List<string> DefaultEncryptionAlgorithms { get; set; }
Property Value
Type Description
List<string>

Default phase one encryption algorithms.

In this article
Back to top