RSACryptoServiceProvider.ExportParameters Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Exports the RSAParameters.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- includePrivateParameters
- Type: System.Boolean
true to include private parameters; otherwise, false.
| Exception | Condition |
|---|---|
| CryptographicException | The key cannot be exported. |
Show: