Show / Hide Table of Contents

Class DefaultPhaseTwoParameters

Default phase two parameters.

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

Properties

DefaultAuthenticationAlgorithms

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

Default phase two authentication algorithms.

DefaultEncryptionAlgorithms

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

Default phase two encryption algorithms.

DefaultPfsDhGroup

Declaration
[JsonProperty(PropertyName = "defaultPfsDhGroup")]
public string DefaultPfsDhGroup { get; set; }
Property Value
Type Description
string

Default perfect forward secrecy Diffie-Hellman groups.

In this article
Back to top