Show / Hide Table of Contents

Class RelatedCryptoMaterialProperties

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

Properties

| Improve this Doc View Source

ActivationDate

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

AlgorithmRef

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

CreationDate

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

ExpirationDate

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

Format

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

Id

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

SecuredBy

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

Size

Declaration
public int Size { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

State

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

Type

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

UpdateDate

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

Value

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