RSACryptoServiceProvider.DecryptValue Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This method is not supported in the current version.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgb
- Type:
System.Byte
[]
The data to be decrypted.
Return Value
Type: System.Byte []The decrypted data, which is the original plain text before encryption.
| Exception | Condition |
|---|---|
| NotSupportedException | This method is not supported in the current version. |
Show: