CertificateKeyCurveName Struct

Definition

Elliptic Curve Cryptography (ECC) curve names.

public readonly struct CertificateKeyCurveName : IEquatable<Azure.Security.KeyVault.Certificates.CertificateKeyCurveName>
type CertificateKeyCurveName = struct
Public Structure CertificateKeyCurveName
Implements IEquatable(Of CertificateKeyCurveName)
Inheritance
CertificateKeyCurveName
Implements

Constructors

CertificateKeyCurveName(String)

Initializes a new instance of the CertificateKeyCurveName structure.

Properties

P256

Gets the NIST P-256 elliptic curve, AKA SECG curve SECP256R1 For more information, see Curve types.

P256K

Gets the SECG SECP256K1 elliptic curve. For more information, see Curve types.

P384

Gets the NIST P-384 elliptic curve, AKA SECG curve SECP384R1. For more information, see Curve types.

P521

Gets the NIST P-521 elliptic curve, AKA SECG curve SECP521R1. For more information, see Curve types.

Methods

Equals(CertificateKeyCurveName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CertificateKeyCurveName, CertificateKeyCurveName)

Determines if two CertificateKeyCurveName values are the same.

Implicit(String to CertificateKeyCurveName)

Converts a string to a CertificateKeyCurveName.

Inequality(CertificateKeyCurveName, CertificateKeyCurveName)

Determines if two CertificateKeyCurveName values are different.

Applies to