ECAlgorithm.ExportExplicitParameters(Boolean) Method

Definition

When overridden in a derived class, exports the explicit ECParameters for an ECCurve.

C#
public virtual System.Security.Cryptography.ECParameters ExportExplicitParameters(bool includePrivateParameters);

Parameters

includePrivateParameters
Boolean

true to include private parameters, otherwise, false.

Returns

The exported explicit parameters.

Exceptions

A derived class has not provided an implementation.

Applies to

Product Versions
.NET 7, 8, 9