RSACng::DecryptValue Method (array<Byte>^)

.NET Framework (current version)
 

Decrypts the input data using the private key.

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

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

Parameters

rgb
Type: array<System::Byte>^

The cipher text to be decrypted.

Return Value

Type: array<System::Byte>^

The resulting decryption of the rgb parameter in plain text.

Exception Condition
NotSupportedException

This method call is not supported.

.NET Framework
Available since 4.6.2
Return to top
Show: