Class CipherSuite
Inherited Members
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class CipherSuite
Properties
| Edit this page View SourceAlgorithms
Declaration
[ProtoMember(2)]
public List<string> Algorithms { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Identifiers
Declaration
[ProtoMember(3)]
public List<string> Identifiers { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Name
Declaration
[ProtoMember(1)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |