Show / Hide Table of Contents

Class Credits

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

Properties

| Improve this Doc View Source

Individuals

Declaration
public List<OrganizationalContact> Individuals { get; set; }
Property Value
Type Description
List<OrganizationalContact>
| Improve this Doc View Source

Organizations

Declaration
public List<OrganizationalEntity> Organizations { get; set; }
Property Value
Type Description
List<OrganizationalEntity>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX