Show / Hide Table of Contents

Class CryptoProperties

Inheritance
System.Object
CryptoProperties
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
public class CryptoProperties : object

Properties

| Improve this Doc View Source

AlgorithmProperties

Declaration
public AlgorithmProperties AlgorithmProperties { get; set; }
Property Value
Type Description
AlgorithmProperties
| Improve this Doc View Source

AssetType

Declaration
public AssetType AssetType { get; set; }
Property Value
Type Description
AssetType
| Improve this Doc View Source

CertificateProperties

Declaration
public CertificateProperties CertificateProperties { get; set; }
Property Value
Type Description
CertificateProperties
| Improve this Doc View Source

ObjectIdentifier

Declaration
public string ObjectIdentifier { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProtocolProperties

Declaration
public ProtocolProperties ProtocolProperties { get; set; }
Property Value
Type Description
ProtocolProperties
| Improve this Doc View Source

RelatedCryptoMaterialProperties

Declaration
public RelatedCryptoMaterialProperties RelatedCryptoMaterialProperties { get; set; }
Property Value
Type Description
RelatedCryptoMaterialProperties
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX