Show / Hide Table of Contents

Class AllowedPhaseTwoParameters

Allowed phase two parameters.

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

Properties

AuthenticationAlgorithms

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

Allowed phase two authentication algorithms.

EncryptionAlgorithms

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

Allowed phase two encryption algorithms.

PfsDhGroups

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

Allowed perfect forward secrecy Diffie-Hellman groups.

In this article
Back to top