RSACng.DecryptValue(Byte[]) Method

Definition

Decrypts the input data using the private key.

C#
public override byte[] DecryptValue(byte[] rgb);

Parameters

rgb
Byte[]

The cipher text to be decrypted.

Returns

Byte[]

The resulting decryption of the rgb parameter in plain text.

Exceptions

This method call is not supported.

Applies to

Product Versions
.NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1