Show / Hide Table of Contents

Class ExternalDocumentRef

Inheritance
object
ExternalDocumentRef
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class ExternalDocumentRef

Properties

| Edit this page 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
| Edit this page 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
string
| Edit this page View Source

SpdxDocument

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

Declaration
public string SpdxDocument { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX