The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RSACryptoServiceProvider::DecryptValue Method (array<Byte>^)
.NET Framework (current version)
This method is not supported in the current version.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgb
-
Type:
array<System::Byte>^
The data to be decrypted.
Return Value
Type: array<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. |
.NET Framework
Available since 1.1
Windows Phone Silverlight
Available since 7.1
Available since 1.1
Windows Phone Silverlight
Available since 7.1
Show: