Class AllowedPhaseOneParameters
Allowed phase one parameters.
Inherited Members
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. |