Show / Hide Table of Contents

Class CertificateState

Inheritance
object
CertificateState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class CertificateState

Properties

| Edit this page View Source

Description

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

Name

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

Reason

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

State

Declaration
[ProtoMember(2)]
public PredefinedCertificateState? State { get; set; }
Property Value
Type Description
PredefinedCertificateState?

Methods

| Edit this page View Source

ShouldSerializeState()

Declaration
public bool ShouldSerializeState()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX