Click or drag to resize

EccCurveName Enumeration

Supported curve names.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public enum CurveName
Members
Member nameDescription
Secp192r1 NIST curve P-192
Secp224r1 NIST curve P-224
Secp256r1 NIST curve P-256
Secp384r1 NIST curve P-384
Secp521r1 NIST curve P-521
Secp256k1 "Bitcoin" curve
P_192 NIST curve P-192 (synonym for secp192r1)
P_224 NIST curve P-256 (synonym for secp256r1)
P_256 NIST curve P-224 (synonym for secp224r1)
P_384 NIST curve P-384 (synonym for secp384r1)
P_521 NIST curve P-521 (synonym for secp521r1)
Prime192v1 Alternative name for NIST curve P-192
Prime256v1 Alternative name for NIST curve P-256
BrainpoolP256r1 ECC Brainpool curve [RFC5639]
BrainpoolP384r1 ECC Brainpool curve [RFC5639]
BrainpoolP512r1 ECC Brainpool curve [RFC5639]
Ed25519 Safe curve for EdDSA
Ed448 Safe curve for EdDSA
X25519 Safe curve for ECDH
X448 Safe curve for ECDH
See Also