Show / Hide Table of Contents

Class PackageVerificationCode

Inheritance
object
PackageVerificationCode
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 PackageVerificationCode

Properties

| Edit this page View Source

PackageVerificationCodeExcludedFiles

A file that was excluded when calculating the package verification code. This is usually a file containing SPDX data regarding the package. If a package contains more than one SPDX file all SPDX files must be excluded from the package verification code. If this is not done it would be impossible to correctly calculate the verification codes in both files.

Declaration
public List<string> PackageVerificationCodeExcludedFiles { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

PackageVerificationCodeValue

The actual package verification code as a hex encoded value.

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