Show / Hide Table of Contents

Class CipherSuiteCollection

Inheritance
System.Object
CipherSuiteCollection
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
public class CipherSuiteCollection : 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
In This Article
Back to top Generated by DocFX