Class CertificateState
Inheritance
CertificateState
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
|
Edit this page
View Source
Name
Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Reason
Declaration
[ProtoMember(1)]
public string Reason { get; set; }
Property Value
|
Edit this page
View Source
State
Declaration
[ProtoMember(2)]
public PredefinedCertificateState? State { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeState()
Declaration
public bool ShouldSerializeState()
Returns