Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ECCurve.NamedCurves Class

 

Represents a factory class for creating named curves.

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

System.Object
  System.Security.Cryptography.ECCurve.NamedCurves

Public NotInheritable Class NamedCurves

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP160r1

Gets a brainpoolP160r1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP160t1

Gets a brainpoolP160t1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP192r1

Gets a brainpoolP192r1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP192t1

Gets a brainpoolP192t1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP224r1

Gets a brainpoolP224r1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP224t1

Gets a brainpoolP224t1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP256r1

Gets a brainpoolP256r1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP256t1

Gets a brainpoolP256t1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP320r1

Gets a brainpoolP320r1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP320t1

Gets a brainpoolP320t1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP384r1

Gets a brainpoolP384r1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP384t1

Gets a brainpoolP384t1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP512r1

Gets a brainpoolP512r1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticbrainpoolP512t1

Gets a brainpoolP512t1 named curve.

System_CAPS_pubpropertySystem_CAPS_staticnistP256

Gets a nistP256 named curve.

System_CAPS_pubpropertySystem_CAPS_staticnistP384

Gets a nistP384 named curve.

System_CAPS_pubpropertySystem_CAPS_staticnistP521

Gets a nistP521 named curve.

.NET Framework
Available since 4.7

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft