Class ExternalRef
Assembly: CycloneDX.Spdx.dll
Syntax
Properties
|
Edit this page
View Source
Declaration
public string Comment { get; set; }
Property Value
|
Edit this page
View Source
ReferenceCategory
Category for the external reference
Declaration
public ExternalRefCategory ReferenceCategory { get; set; }
Property Value
|
Edit this page
View Source
ReferenceLocator
The unique string with no spaces necessary to access the package-specific information, metadata, or content within the target location. The format of the locator is subject to constraints defined by the <type>.
Declaration
public string ReferenceLocator { get; set; }
Property Value
|
Edit this page
View Source
ReferenceType
Type of the external reference. These are definined in an appendix in the SPDX specification.
Declaration
public string ReferenceType { get; set; }
Property Value