Show / Hide Table of Contents

Class Ikev2TransformTypesLegacy

DEPRECATED - This is the old format for IKEv2 transform types using simple string refs. Kept for backwards compatibility with protobuf field 4 on ProtocolProperties.

Inheritance
object
Ikev2TransformTypesLegacy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Ikev2TransformTypesLegacy

Properties

| Edit this page View Source

AuthenticationMethods

Declaration
[JsonPropertyName("auth")]
[ProtoMember(6)]
public List<string> AuthenticationMethods { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

EncryptionAlgorithms

Declaration
[JsonPropertyName("encr")]
[ProtoMember(1)]
public List<string> EncryptionAlgorithms { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

ExtendedSequenceNumbers

Declaration
[JsonPropertyName("esn")]
[ProtoMember(5)]
public bool? ExtendedSequenceNumbers { get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

IntegrityAlgorithms

Declaration
[JsonPropertyName("integ")]
[ProtoMember(3)]
public List<string> IntegrityAlgorithms { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

KeyExchangeMethods

Declaration
[JsonPropertyName("ke")]
[ProtoMember(4)]
public List<string> KeyExchangeMethods { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

PseudorandomFunctions

Declaration
[JsonPropertyName("prf")]
[ProtoMember(2)]
public List<string> PseudorandomFunctions { get; set; }
Property Value
Type Description
List<string>

Methods

| Edit this page View Source

ShouldSerializeExtendedSequenceNumbers()

Declaration
public bool ShouldSerializeExtendedSequenceNumbers()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX