Class PublicKey
Inheritance
System.Object
PublicKey
Assembly: CycloneDX.Core.dll
Syntax
public class PublicKey : object
Properties
|
Improve this Doc
View Source
Crv
Declaration
public string Crv { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
E
Declaration
public string E { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Kty
Declaration
public KeyTypeIndicator Kty { get; set; }
Property Value
|
Improve this Doc
View Source
N
Declaration
public string N { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
X
Declaration
public string X { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Y
Declaration
public string Y { get; set; }
Property Value
Type |
Description |
System.String |
|