Class DefaultPhaseOneParameters
Default phase one parameters.
Inherited Members
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.  |