Class Claim
Inheritance
System.Object
Claim
Assembly: CycloneDX.Core.dll
Syntax
public class Claim : IEquatable<Claim>, IHasBomRef
Properties
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CounterEvidence
Declaration
public List<string> CounterEvidence { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Evidence
Declaration
public List<string> Evidence { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
ExternalReferences
Declaration
public List<ExternalReference> ExternalReferences { get; set; }
Property Value
|
Improve this Doc
View Source
MitigationStrategies
Declaration
public List<string> MitigationStrategies { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Predicate
Declaration
public string Predicate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Reasoning
Declaration
public string Reasoning { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Target
Declaration
public string Target { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XmlSignature
Declaration
public XmlElement XmlSignature { get; set; }
Property Value
Type |
Description |
XmlElement |
|
Methods
|
Improve this Doc
View Source
Equals(Claim)
Declaration
public bool Equals(Claim obj)
Parameters
Type |
Name |
Description |
Claim |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Implements