Show / Hide Table of Contents

Class ExternalDocumentRef

Inheritance
System.Object
ExternalDocumentRef
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class ExternalDocumentRef : object

Properties

| Improve this Doc View Source

Checksum

A Checksum is value that allows the contents of a file to be authenticated. Even small changes to the content of the file will change its checksum. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented.

Declaration
public Checksum Checksum { get; set; }
Property Value
Type Description
Checksum
| Improve this Doc View Source

ExternalDocumentId

externalDocumentId is a string containing letters, numbers, ., - and/or + which uniquely identifies an external document within this document.

Declaration
public string ExternalDocumentId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SpdxDocument

SPDX ID for SpdxDocument. A propoerty containing an SPDX document.

Declaration
public string SpdxDocument { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX