RSAOAEPKeyExchangeDeformatter.DecryptKeyExchange Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Extracts secret information from the encrypted key exchange data.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgbData
- Type:
System.Byte
[]
The key exchange data within which the secret information is hidden.
| Exception | Condition |
|---|---|
| CryptographicException | The key exchange data verification has failed. |
| CryptographicUnexpectedOperationException | The key is missing. |
Show: