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

AuthenticationMethodsDetailed

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

EncryptionAlgorithmsDetailed

Declaration
[JsonPropertyName("encr")]
[ProtoMember(1)]
public List<Ikev2Encr> EncryptionAlgorithmsDetailed { get; set; }
Property Value
Type Description
List<Ikev2Encr>
| 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

IntegrityAlgorithmsDetailed

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

KeyExchangeMethodsDetailed

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

PseudorandomFunctionsDetailed

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

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