Mono Class Library: System.Security.Cryptography.RSA Overview | Members

System.Security.Cryptography.RSA.DecryptValue Method

Raw (unpadded) decryption using the RSA private key. [Edit]

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

Parameters

rgb
The encrypted data. [Edit]

Returns

An array of bytes containing the decrypted data. [Edit]

Remarks

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

Requirements

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