Show / Hide Table of Contents

Class CryptoProperties

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

Properties

| Edit this page View Source

AlgorithmProperties

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

AssetType

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

CertificateProperties

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

ObjectIdentifier

Declaration
[JsonPropertyName("oid")]
[ProtoMember(6)]
public string ObjectIdentifier { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ProtocolProperties

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

RelatedCryptoMaterialProperties

Declaration
[ProtoMember(4)]
public RelatedCryptoMaterialProperties RelatedCryptoMaterialProperties { get; set; }
Property Value
Type Description
RelatedCryptoMaterialProperties
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX