Show / Hide Table of Contents

Class ProtocolProperties

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

Properties

| Edit this page View Source

CipherSuites

Declaration
[ProtoMember(3)]
public List<CipherSuite> CipherSuites { get; set; }
Property Value
Type Description
List<CipherSuite>
| Edit this page View Source

CryptoRefArray

Declaration
[ProtoMember(5)]
public List<string> CryptoRefArray { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

Ikev2TransformTypes

Declaration
[ProtoMember(4)]
public Ikev2TransformTypes Ikev2TransformTypes { get; set; }
Property Value
Type Description
Ikev2TransformTypes
| Edit this page View Source

Type

Declaration
[ProtoMember(1)]
public ProtocolType Type { get; set; }
Property Value
Type Description
ProtocolType
| Edit this page View Source

Version

Declaration
[ProtoMember(2)]
public string Version { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX