System.Security.Cryptography.RSA.DecryptValue Method

When overridden in a derived class, decrypts the input data using the private key.

Syntax

public abstract byte[] DecryptValue (byte[] rgb)

Parameters

rgb
The cipher text to be decrypted.

Returns

The resulting decryption of the rgb parameter in plain text.

Remarks

Direct (raw) decryption (i.e. without padding) is discouraged due to high security risks.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0