Show / Hide Table of Contents

Class AllowedPhaseOneParameters

Allowed phase one parameters.

Inheritance
object
AllowedPhaseOneParameters
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 AllowedPhaseOneParameters

Properties

AuthenticationAlgorithms

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

Allowed phase one authentication algorithms.

DhGroups

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

Allowed phase one Diffie-Hellman groups.

EncryptionAlgorithms

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

Allowed phase one encryption algorithms.

In this article
Back to top