Class Attestation
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Attestation : IEquatable<Attestation>
Properties
|
Edit this page
View Source
Any
Declaration
[JsonIgnore]
public List<XmlElement> Any { get; set; }
Property Value
|
Edit this page
View Source
Assessor
Declaration
[ProtoMember(2)]
public string Assessor { get; set; }
Property Value
|
Edit this page
View Source
Map
Declaration
[ProtoMember(3)]
public List<Map> Map { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
public SignatureChoice Signature { get; set; }
Property Value
|
Edit this page
View Source
Summary
Declaration
[ProtoMember(1)]
public string Summary { get; set; }
Property Value
Methods
|
Edit this page
View Source
Equals(Attestation)
Declaration
public bool Equals(Attestation obj)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements