Show / Hide Table of Contents

Class RelatedCryptoMaterialProperties

Inheritance
object
RelatedCryptoMaterialProperties
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 RelatedCryptoMaterialProperties

Properties

| Edit this page View Source

ActivationDate

Declaration
[ProtoMember(6)]
public DateTime? ActivationDate { get; set; }
Property Value
Type Description
DateTime?
| Edit this page View Source

AlgorithmRef

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

CreationDate

Declaration
[ProtoMember(5)]
public DateTime? CreationDate { get; set; }
Property Value
Type Description
DateTime?
| Edit this page View Source

ExpirationDate

Declaration
[ProtoMember(8)]
public DateTime? ExpirationDate { get; set; }
Property Value
Type Description
DateTime?
| Edit this page View Source

Fingerprint

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

Format

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

Id

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

RelatedCryptographicAssets

Declaration
[JsonPropertyName("relatedCryptographicAssets")]
public List<RelatedCryptographicAsset> RelatedCryptographicAssets { get; set; }
Property Value
Type Description
List<RelatedCryptographicAsset>
| Edit this page View Source

RelatedCryptographicAssetsProto

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

SecuredBy

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

Size

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

State

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

Type

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

UpdateDate

Declaration
[ProtoMember(7)]
public DateTime? UpdateDate { get; set; }
Property Value
Type Description
DateTime?
| Edit this page View Source

Value

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

Methods

| Edit this page View Source

ShouldSerializeActivationDate()

Declaration
public bool ShouldSerializeActivationDate()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeCreationDate()

Declaration
public bool ShouldSerializeCreationDate()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeExpirationDate()

Declaration
public bool ShouldSerializeExpirationDate()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeRelatedCryptographicAssets()

Declaration
public bool ShouldSerializeRelatedCryptographicAssets()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeUpdateDate()

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