RSAPKCS1KeyExchangeDeformatter.SetKey Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the private key to use for decrypting the secret information.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- key
- Type: System.Security.Cryptography.AsymmetricAlgorithm
The instance of the RSA algorithm that holds the private key.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is null. |
You must specify a key before calling DecryptKeyExchange.
Show: