Show / Hide Table of Contents

Class Credits

Inheritance
object
Credits
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models.Vulnerabilities
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Credits

Properties

| Edit this page View Source

Individuals

Declaration
[ProtoMember(2)]
public List<OrganizationalContact> Individuals { get; set; }
Property Value
Type Description
List<OrganizationalContact>
| Edit this page View Source

Organizations

Declaration
[ProtoMember(1)]
public List<OrganizationalEntity> Organizations { get; set; }
Property Value
Type Description
List<OrganizationalEntity>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX