Class Checksum
Inherited Members
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class Checksum
Properties
| Edit this page View SourceAlgorithm
Identifies the algorithm used to produce the subject Checksum. Currently, SHA-1 is the only supported algorithm. It is anticipated that other algorithms will be supported at a later time.
Declaration
public ChecksumAlgorithm Algorithm { get; set; }
Property Value
Type | Description |
---|---|
ChecksumAlgorithm |
ChecksumValue
The checksumValue property provides a lower case hexidecimal encoded digest value produced using a specific algorithm.
Declaration
public string ChecksumValue { get; set; }
Property Value
Type | Description |
---|---|
string |