Show / Hide Table of Contents

Class ProtocolProperties

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

Properties

| Improve this Doc View Source

CipherSuites

Declaration
public List<CipherSuite> CipherSuites { get; set; }
Property Value
Type Description
List<CipherSuite>
| Improve this Doc View Source

Ikev2TransformTypes

Declaration
public Ikev2TransformTypes Ikev2TransformTypes { get; set; }
Property Value
Type Description
Ikev2TransformTypes
| Improve this Doc View Source

Type

Declaration
public ProtocolType Type { get; set; }
Property Value
Type Description
ProtocolType
| Improve this Doc View Source

Version

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