RSACryptoServiceProvider.ImportParameters Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Imports the specified RSAParameters.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- parameters
- Type: System.Security.Cryptography.RSAParameters
The parameters for RSA.
| Exception | Condition |
|---|---|
| CryptographicException | The cryptographic service provider (CSP) cannot be acquired. -or- The parameters parameter has missing fields. |
Show: