Class PackageVerificationCode
Inherited Members
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class PackageVerificationCode
Properties
| Edit this page View SourcePackageVerificationCodeExcludedFiles
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> |
PackageVerificationCodeValue
The actual package verification code as a hex encoded value.
Declaration
public string PackageVerificationCodeValue { get; set; }
Property Value
Type | Description |
---|---|
string |