Specifies the set of desired elliptic curves.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration TlsEllipticCurve
C#
[FlagsAttribute]
public enum TlsEllipticCurve

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No curve.
Supported by the .NET Compact FrameworkNistP256
NIST P-256 curve.
Supported by the .NET Compact FrameworkNistP384
NIST P-384 curve.
Supported by the .NET Compact FrameworkNistP521
NIST P-521 curve.
Supported by the .NET Compact FrameworkBrainpoolP256R1
Brainpool P-256 R1 curve.
Supported by the .NET Compact FrameworkBrainpoolP384R1
Brainpool P-384 R1 curve.
Supported by the .NET Compact FrameworkBrainpoolP512R1
Brainpool P-512 R1 curve.
Supported by the .NET Compact FrameworkCurve25519
Curve 25519.
Supported by the .NET Compact FrameworkAll
Specifies all curves.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also