Show / Hide Table of Contents

Class Ikev2TransformTypes

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

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 List<bool> ExtendedSequenceNumbers { get; set; }
Property Value
Type Description
List<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>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX