Show / Hide Table of Contents

Class Checksum

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

Properties

| Edit this page 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
| Edit this page 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
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX