Show / Hide Table of Contents

Class RelatedCryptoMaterialProperties

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

Properties

| Edit this page View Source

ActivationDate

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

AlgorithmRef

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

CreationDate

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

ExpirationDate

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

Format

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

Id

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

SecuredBy

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

Size

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

State

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

Type

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

UpdateDate

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

Value

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