Show / Hide Table of Contents

Class Ikev2TransformTypes

Inheritance
System.Object
Ikev2TransformTypes
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Ikev2TransformTypes : object

Properties

| Improve this Doc View Source

AuthenticationMethods

Declaration
public List<string> AuthenticationMethods { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

EncryptionAlgorithms

Declaration
public List<string> EncryptionAlgorithms { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

ExtendedSequenceNumbers

Declaration
public List<bool> ExtendedSequenceNumbers { get; set; }
Property Value
Type Description
List<System.Boolean>
| Improve this Doc View Source

IntegrityAlgorithms

Declaration
public List<string> IntegrityAlgorithms { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

KeyExchangeMethods

Declaration
public List<string> KeyExchangeMethods { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

PseudorandomFunctions

Declaration
public List<string> PseudorandomFunctions { get; set; }
Property Value
Type Description
List<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX