Class RelatedCryptoMaterialProperties
Inheritance
RelatedCryptoMaterialProperties
Assembly: CycloneDX.Core.dll
[ProtoContract]
public class RelatedCryptoMaterialProperties
Properties
|
Edit this page
View Source
Declaration
[ProtoMember(6)]
public DateTime? ActivationDate { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public string AlgorithmRef { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(5)]
public DateTime? CreationDate { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(8)]
public DateTime? ExpirationDate { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(13)]
public Hash Fingerprint { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(11)]
public string Format { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(2)]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("relatedCryptographicAssets")]
public List<RelatedCryptographicAsset> RelatedCryptographicAssets { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonIgnore]
[ProtoMember(14)]
public RelatedCryptographicAssetsProto RelatedCryptographicAssetsProto { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(12)]
public SecuredBy SecuredBy { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(10)]
public int Size { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public KeyState State { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(1)]
public RelatedCryptoMaterialType Type { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(7)]
public DateTime? UpdateDate { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(9)]
public string Value { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool ShouldSerializeActivationDate()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeCreationDate()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeExpirationDate()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeRelatedCryptographicAssets()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeUpdateDate()
Returns