Windows apps
Collapse the table of content
Expand the table of content
Information
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>^)

 

This method is not supported in the current version.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual array<unsigned char>^ DecryptValue(
	array<unsigned char>^ rgb
) override

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
Return to top
Show:
© 2017 Microsoft