Show / Hide Table of Contents

Class PublicKey

Inheritance
object
PublicKey
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class PublicKey

Properties

| Edit this page View Source

Crv

Declaration
public string Crv { get; set; }
Property Value
Type Description
string
| Edit this page View Source

E

Declaration
public string E { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Kty

Declaration
public KeyTypeIndicator Kty { get; set; }
Property Value
Type Description
KeyTypeIndicator
| Edit this page View Source

N

Declaration
public string N { get; set; }
Property Value
Type Description
string
| Edit this page View Source

X

Declaration
public string X { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Y

Declaration
public string Y { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX