RSAManaged.DecryptValue Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
DecryptValue(Byte[])
Decrypts data with the RSA algorithm.
Declaration
[Obsolete("This method has been deprecated and should no longer be used.", false)]
public override byte[] DecryptValue(byte[] rgb)Parameters
| Type | Name | Description | 
|---|---|---|
| Byte[] | rgb | The data to be decrypted. | 
Returns
| Type | Description | 
|---|---|
| Byte[] | The decrypted data. | 
Overrides
Remarks
No processing of raw data is performed.