Class CipherSuite
Inheritance
System.Object
CipherSuite
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 |
|