Edit

Share via


RSAOpenSsl.ExportParameters(Boolean) Method

Definition

Exports the RSAParameters.

C#
public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters);

Parameters

includePrivateParameters
Boolean

true to include private parameters; otherwise, false.

Returns

The parameters for RSA.

Exceptions

The parameters could not be exported.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided)