Class Hash
Inherited Members
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Hash
Properties
| Edit this page View SourceAlg
Declaration
[ProtoMember(1, IsRequired = true)]
public Hash.HashAlgorithm Alg { get; set; }
Property Value
| Type | Description |
|---|---|
| Hash.HashAlgorithm |
Content
Declaration
[ProtoMember(2)]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |