Share via


RSAKeyVault.ExportParameters(Boolean) Method

Definition

When overridden in a derived class, exports the RSAParameters.

public override System.Security.Cryptography.RSAParameters ExportParameters (bool includePrivateParameters);
override this.ExportParameters : bool -> System.Security.Cryptography.RSAParameters
Public Overrides Function ExportParameters (includePrivateParameters As Boolean) As RSAParameters

Parameters

includePrivateParameters
Boolean

true to include private parameters; otherwise, false.

Returns

The parameters for RSA.

Exceptions

The key could not be downloaded so exporting it is not supported.

Applies to