Show / Hide Table of Contents

Class PublicKey

Inheritance
System.Object
PublicKey
Namespace: CycloneDX.Models
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
Type Description
KeyTypeIndicator
| 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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX