KeyCurveName Struct

Definition

Elliptic Curve Cryptography (ECC) curve names.

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

Constructors

KeyCurveName(String)

Initializes a new instance of the KeyCurveName 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(KeyCurveName)

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(KeyCurveName, KeyCurveName)

Determines if two KeyCurveName values are the same.

Implicit(String to KeyCurveName)

Converts a string to a KeyCurveName.

Inequality(KeyCurveName, KeyCurveName)

Determines if two KeyCurveName values are different.

Applies to