Class CryptoProperties
Inheritance
CryptoProperties
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class CryptoProperties
Properties
|
Edit this page
View Source
AlgorithmProperties
Declaration
[ProtoMember(2)]
public AlgorithmProperties AlgorithmProperties { get; set; }
Property Value
|
Edit this page
View Source
AssetType
Declaration
[ProtoMember(1)]
public AssetType AssetType { get; set; }
Property Value
|
Edit this page
View Source
CertificateProperties
Declaration
[ProtoMember(3)]
public CertificateProperties CertificateProperties { get; set; }
Property Value
|
Edit this page
View Source
ObjectIdentifier
Declaration
[JsonPropertyName("oid")]
[ProtoMember(6)]
public string ObjectIdentifier { get; set; }
Property Value
|
Edit this page
View Source
ProtocolProperties
Declaration
[ProtoMember(5)]
public ProtocolProperties ProtocolProperties { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(4)]
public RelatedCryptoMaterialProperties RelatedCryptoMaterialProperties { get; set; }
Property Value