Show / Hide Table of Contents

Class CipherSuite

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

Properties

| Improve this Doc View Source

Algorithms

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

Identifiers

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

Name

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