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(7)]
public Ikev2TransformTypes Ikev2TransformTypes { get; set; }
Property Value
Type Description
Ikev2TransformTypes
| Edit this page View Source

Ikev2TransformTypesLegacy

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

RelatedCryptographicAssets

Declaration
[JsonPropertyName("relatedCryptographicAssets")]
public List<RelatedCryptographicAsset> RelatedCryptographicAssets { get; set; }
Property Value
Type Description
List<RelatedCryptographicAsset>
| Edit this page View Source

RelatedCryptographicAssetsProto

Declaration
[JsonIgnore]
[ProtoMember(6)]
public RelatedCryptographicAssetsProto RelatedCryptographicAssetsProto { get; set; }
Property Value
Type Description
RelatedCryptographicAssetsProto
| 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

Methods

| Edit this page View Source

ShouldSerializeRelatedCryptographicAssets()

Declaration
public bool ShouldSerializeRelatedCryptographicAssets()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX