Show / Hide Table of Contents

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 Source

Algorithm

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX