Class Attestation
Inheritance
System.Object
Attestation
Assembly: CycloneDX.Core.dll
Syntax
public class Attestation : IEquatable<Attestation>
Properties
|
Improve this Doc
View Source
Any
Declaration
public List<System.Xml.XmlElement> Any { get; set; }
Property Value
Type |
Description |
List<System.Xml.XmlElement> |
|
|
Improve this Doc
View Source
Assessor
Declaration
public string Assessor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Map
Declaration
public List<Map> Map { get; set; }
Property Value
Type |
Description |
List<Map> |
|
|
Improve this Doc
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Summary
Declaration
public string Summary { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(Attestation)
Declaration
public bool Equals(Attestation obj)
Parameters
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 |
|