ECDiffieHellmanCng.GenerateKey(ECCurve) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a new ephemeral public/private key pair for the specified curve.
public:
override void GenerateKey(System::Security::Cryptography::ECCurve curve);
public override void GenerateKey(System.Security.Cryptography.ECCurve curve);
override this.GenerateKey : System.Security.Cryptography.ECCurve -> unit
Public Overrides Sub GenerateKey (curve As ECCurve)
- curve
- ECCurve
The curve used to generate an ephemeral public/private key pair.
curve
does not validate.
curve
must validate (that is, it must return true when passed to the ECCurve.Validate method) and must not be implicit.
Characteristic-2 curves are not supported on Windows.
Product | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
.NET Framework | 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: