Show / Hide Table of Contents

Class Checksums

Inheritance
System.Object
Checksums
Namespace: CycloneDX.Spdx.Interop.Helpers
Assembly: CycloneDX.Spdx.Interop.dll
Syntax
public static class Checksums : object

Methods

| Improve this Doc View Source

AddSpdxChecksums(Component, List<Checksum>)

Declaration
public static void AddSpdxChecksums(this Component component, List<Checksum> checksums)
Parameters
Type Name Description
Component component
List<Checksum> checksums
| Improve this Doc View Source

GetSpdxChecksums(Component)

Declaration
public static List<Checksum> GetSpdxChecksums(this Component component)
Parameters
Type Name Description
Component component
Returns
Type Description
List<Checksum>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX