Class Checksum
Inheritance
System.Object
Checksum
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class Checksum : object
Properties
| Improve this Doc 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 |
---|---|
System.String |