Show / Hide Table of Contents

Class Attestation

Inheritance
object
Attestation
Implements
IEquatable<Attestation>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
List<XmlElement>
| Edit this page View Source

Assessor

Declaration
[ProtoMember(2)]
public string Assessor { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Map

Declaration
[ProtoMember(3)]
public List<Map> Map { get; set; }
Property Value
Type Description
List<Map>
| Edit this page View Source

Signature

Declaration
public SignatureChoice Signature { get; set; }
Property Value
Type Description
SignatureChoice
| Edit this page View Source

Summary

Declaration
[ProtoMember(1)]
public string Summary { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

Equals(Attestation)

Declaration
public bool Equals(Attestation obj)
Parameters
Type Name Description
Attestation obj
Returns
Type Description
bool
| Edit this page View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
| Edit this page View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX