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.
RSA::DecryptValue Method (array<Byte>^)
.NET Framework (current version)
When overridden in a derived class, decrypts the input data using the private key.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgb
-
Type:
array<System::Byte>^
The cipher text to be decrypted.
| Exception | Condition |
|---|---|
| NotSupportedException | This method call is not supported. This exception is thrown starting with the .NET Framework 4.6. |
In the .NET Framework 4.5.2 and earlier versions of the .NET Framework, this method was abstract. However, the only implementation by a derived class, RSACryptoServiceProvider::DecryptValue, also threw a NotSupportedException exception.
.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: