Class RelatedCryptoMaterialProperties
Inheritance
System.Object
RelatedCryptoMaterialProperties
Assembly: CycloneDX.Core.dll
public class RelatedCryptoMaterialProperties : object
Properties
|
Improve this Doc
View Source
Declaration
public DateTime ActivationDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public string AlgorithmRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public SecuredBy SecuredBy { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int Size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public KeyState State { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public RelatedCryptoMaterialType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|